CogOCRMaxCharKeyCollection Constructor (String, String)Cognex VisionPro 9.8 SR1
Construct a new CogOCRMaxCharKeyCollection from the given text.

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

public CogOCRMaxCharKeyCollection(
	string text,
	string unknownCharacterMarker
)

Parameters

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