CogOCRMaxFielding VariableLength Property Cognex VisionPro 9.7
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.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 73.0.0.0
Syntax

public bool VariableLength { get; set; }

Property Value

Type: Boolean
Events

Event TypeReason
ICogChangedEvent Changed Fires after the VariableLength property is set to a new value.
Remarks

Variable length is useful if the length of the run time string is unknown. For example if the text to be read can be either:

"SER:123"

OR

"SER:1234"

See Also