CogOCRMaxClassifierImpl GetTrainCharacterKeys Method Cognex VisionPro 9.5
Returns a copy of the keys of all training characters.

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

public CogOCRMaxCharKey[] GetTrainCharacterKeys()

Return Value

Type:  CogOCRMaxCharKey 
Exceptions

ExceptionCondition
CogOCRMaxClassifierNotStartTrainedException Thrown if IsStartTrained() == false.
ObjectDisposedException Thrown if the object is disposed.
Remarks

This data is available even if SaveTrainCharacters == false.

See Also