Add a new font model to the end of the list of model candidates to be verified at this character position. FontModelCount will increment by one.
Namespace: Cognex.VisionPro.OCAssembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 80.0.0.0
Syntax
Parameters
- name
- Type: System String
The name of the model to add.
- instance
- Type: System Int32
The instance of the character model to add.
Events
| Event Type | Reason |
|---|---|
| CogOCVCharacterPosition Changed | Fires when this property changes. The following state flags may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | instance is < 0 or > 255. |
Remarks
Add a new font model to the end of the list of model candidates to be verified at this character position. Calling this function will cause FontModelCount to increase by one.
See Also