CogOCRMaxCurrentRecordConstants EnumerationCognex VisionPro 9.8
Enumeration of data that can be provided in the Tool's CurrentRecord.

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

[FlagsAttribute]
public enum CogOCRMaxCurrentRecordConstants
Members

  Member nameValueDescription
None0 Do not include any records in the CurrentRecord.
InputImage1 Include the input image in the CurrentRecord.
Region2 Include the (interactive) region to be processed at run time in the CurrentRecord.
All-1 Include all possible records in the CurrentRecord.
See Also