CogOCVResult GetConfusableFontModelInstance Method Cognex VisionPro 9.22 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: 87.1.0.0
Syntax

public int GetConfusableFontModelInstance(
	int index
)

Parameters

index
Type: System Int32

The 0-based index of the model.

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