CogOCRTool VisionInteropTool Property Cognex VisionPro 9.21
The underlying OCRTool. It holds all the parameters and trained data required to perform OCR on the InputImage when the CogOCRTool is run.

Namespace: Cognex.VisionPro.ViDiEL
Assembly: Cognex.VisionPro.ViDiEL (in Cognex.VisionPro.ViDiEL.dll) Version: 83.0.0.0
Syntax

public OCRTool VisionInteropTool { get; set; }

Property Value

Type: OCRTool
Events

Event TypeReason
[Cognex.VisionPro.ICogChangedEvent.Changed]

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

This property allows you to set train-time and runtime parameters of the underlying OCRTool. You must train the underlying tool before you can run it.

See Also