Get or set whether to run the CogOCRMaxFielding operator in
variable-length mode. If false, run in fixed-length mode.
Fixed-length mode requires that the classifier result
match the field string in its entirety while variable-length
allows matching a partial sub-set of the field string.
Default is false.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
Syntax
Property Value
Type: BooleanEvents
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires after the VariableLength property is set to a new value. |
Remarks
"SER:123"
OR
"SER:1234"
See Also