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.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
Syntax
Property Value
Type: CogReadOnlyIntCollectionThe SkippedTrainCharacterIndices value. The default value is a default constructed CogReadOnlyIntCollection instance.
Remarks
This list would be empty if ReportSkippedTrainCharacterIndices was false in the classifier run params for the run that generated this result.
See Also