ClassifyLastRunRecordConstants EnumerationCognex VisionPro 9.20

Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord.

Namespace: Cognex.Vision.ViDiEL
Assembly: Cognex.Vision.ViDiELClassify.Net (in Cognex.Vision.ViDiELClassify.Net.dll) Version: 9.10.0.0
Syntax

[FlagsAttribute]
public enum ClassifyLastRunRecordConstants
Members

  Member nameValueDescription
None0

Do not include any non-diagnostic data in the LastRunRecord.

Result1

Include the label and the score in the LastRunRecord.

SampledInputImage2

Include the sampled input image in the LastRunRecord.

All4294967295

Include all of the non-diagnostic data in the LastRunRecord.

See Also