Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord.
Assembly: Cognex.Vision.ViDiELClassify.Net (in Cognex.Vision.ViDiELClassify.Net.dll) Version: 9.24.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not include any non-diagnostic data in the LastRunRecord. | |
| Result | 1 | Include the label and the score in the LastRunRecord. | |
| SampledInputImage | 2 | Include the sampled input image in the LastRunRecord. | |
| All | 4294967295 | Include all of the non-diagnostic data in the LastRunRecord. |
See Also