OCRLastRunRecordDiagConstants EnumerationCognex VisionPro 9.22 SR1

Enumeration of diagnostic data that can be included in the LastRunRecord.

Namespace: Cognex.Vision.ViDiEL
Assembly: Cognex.Vision.ViDiELOCR.Net (in Cognex.Vision.ViDiELOCR.Net.dll) Version: 9.22.2.0
Syntax

[FlagsAttribute]
public enum OCRLastRunRecordDiagConstants
Members

  Member nameValueDescription
None0

Do not include any of the diagnostic data in the LastRunRecord.

InputImageByReference1

Include a reference to the input image in the LastRunRecord.

InputImageDeepCopy2

Include a deep copy of the input image in the LastRunRecord.

Region4

Include a copy of the region in the LastRunRecord.

All4294967295

Include all of the diagnostic data in the LastRunRecord.

See Also