Enumeration of Non-Diagnostic data that can be included in the tool's LastRunRecord.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 83.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not include any of the non-diagnostic data in the LastRunRecord. | |
| ParagraphBounds | 1 | Draw a bounding affine rectangle around each paragraph. | |
| ParagraphCharactersBounds | 2 | Draw a bounding affine rectangle around each found character. | |
| ParagraphCharactersLabel | 4 | Label each found character, e.g. A, B, C. | |
| All | -1 | Include all of the non-diagnostic data in the LastRunRecord. |
See Also