The maximum execution time (msec) allowed to decode a
symbole. If decoding has not finished by the end of the timeout
period, it will stop soon thereafter and return E_Cog_TimeoutExpired.
This value only applies if TimeoutEnabled is true.
Namespace: Cognex.VisionPro.IDAssembly: Cognex.VisionPro.ID (in Cognex.VisionPro.ID.dll) Version: 65.1.0.0
Syntax
Property Value
Type: DoubleThe Timeout value. The default value is 5000.0.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown if set to a value less than 0.0 or greater than System::Double::MaxValue |
Remarks
This timeout is independent of the CogOCRMaxTool Timeout property when the classifier is used as part of the OCRMax Tool
See Also