CogOCVCharacterPosition FontModelCount Property Cognex VisionPro 9.10
Number of model candidates for this position. OCV verifies the highest scoring candidate. Models are specified using FontModelName & FontModelInstance. Increasing count adds models with an empty name and instance of zero. Decreasing removes candidates.

Namespace: Cognex.VisionPro.OC
Assembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 79.0.0.0
Syntax

public int FontModelCount { get; set; }

Property Value

Type: Int32
Events

Exceptions

ExceptionCondition
ArgumentException

The count is < 0.

Remarks

Number of model candidates for this position. The OCV tool attempts to verify the highest scoring model candidate. If you increase the value of this property, models with an empty name and an instance of 0 are added to the end of the collection. If you decrease the value of this property, models are removed from the end of the collection.

Default Value: 0

See Also