CogOCVResult GetConfusableFontModelName Method Cognex VisionPro 9.5
The name 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: 69.0.0.0
Syntax

public string GetConfusableFontModelName(
	int index
)

Return Value

Type: String
Exceptions

ExceptionCondition
ArgumentException

index is < 0 or >= ConfusableFontModelCount.

Remarks

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

See Also