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

Namespace: Cognex.VisionPro.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 69.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