Returns a string which represents this CogOCRMaxClassifierPositionResult.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
Syntax
Parameters
- unknownCharacterMarker
- Type: System String
A string which is used to represent the special unknown character code.
Return Value
Type: StringExceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown if unknownCharacterMarker is null. |
| ArgumentException | Thrown if unknownCharacterMarker is the empty string. |
Remarks
This override will substitute a custom string for the special unknown character code.
See Also