CogOCRMaxLineResult UnknownCharacterMarker Property Cognex VisionPro
Used to represent characters that could not be classified in the ResultString.

Namespace: Cognex.VisionPro.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
Syntax

public string UnknownCharacterMarker { get; }

Property Value

Type: String
The UnknownCharacterMarker value. The default value is "?".
Remarks

The UknownCharacterMarker held by a CogOCRMaxLineResult is the same as the UnknownCharacterMarker propery of the CogOCRMaxTool at the time the CogOCRMaxLineResult was created.

See Also