CogOCRMaxClassifierPositionResult SkippedTrainCharacterIndices Property Cognex VisionPro
The list of indices to training character instances that were skipped (i.e., not considered) during classification, e.g., due to violating scale/size constraints.

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

public CogReadOnlyIntCollection SkippedTrainCharacterIndices { get; }

Property Value

Type: CogReadOnlyIntCollection
The SkippedTrainCharacterIndices value. The default value is a default constructed CogReadOnlyIntCollection.
Remarks

This list would be empty if runParams.ReportSkippedTrainCharacterIndices was false for the run that generated this result.

See Also