CogOCVResult GetConfusableFontModelInstance Method Cognex VisionPro 9.8 SR1
The instance number of the 'nth' confusable model found. Confusable models are ordered from highest match score (worst case) to lowest match score.

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

public int GetConfusableFontModelInstance(
	int index
)

Return Value

Type: Int32
Exceptions

ExceptionCondition
ArgumentException

index is < 0 or >= ConfusableFontModelCount.

Remarks

Returns the instance number of the indexth confusable model found. Confusable models are ordered from highest match score (worst case) to lowest match score.

See Also