CogOCRMaxSegmenterResult GetString Method (String)Cognex VisionPro 9.5
Returns a string which represents this CogOCRMaxSegmenterResult.

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

public string GetString(
	string unknownCharacterMarker
)

Parameters

unknownCharacterMarker
Type: System String
A string which is used to represent the special unknown character code.

Return Value

Type: String
Exceptions

ExceptionCondition
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