CogOCRMaxClassifierRunParams ReportSkippedTrainCharacterIndices Property Cognex VisionPro 9.25 SR1
Whether to include in the result object the set of train character indices which were skipped because they did not satisfy the scale constraints.

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

public bool ReportSkippedTrainCharacterIndices { get; set; }

Property Value

Type: Boolean
The ReportSkippedTrainCharacterIndices value. The default value is false.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfReportSkippedTrainCharacterIndices
See Also