Accusoft Pegasus
Accusoft.MicrXpress1.Net
AlternateConfidence Method
See Also  Send Feedback
Accusoft.MicrXpressSdk Namespace > CharacterResult Class : AlternateConfidence Method




index
The zero based index for the confidence value. An ArgumentOutOfRangeException will occur if the index is less than 0 or greater or equal to the NumberResults.
The alternate confidence value for the index of the CharacterResult.

Syntax

Visual Basic (Declaration)  
Public Function AlternateConfidence( _
   ByVal index As Integer _
) As Integer
Visual Basic (Usage) Copy Code
Dim instance As CharacterResult
Dim index As Integer
Dim value As Integer
 
value = instance.AlternateConfidence(index)
C#  
public int AlternateConfidence( 
   int index
)
Managed Extensions for C++  
public: int AlternateConfidence( 
   int index
) 
C++/CLI  
public:
int AlternateConfidence( 
   int index
) 

Parameters

index
The zero based index for the confidence value. An ArgumentOutOfRangeException will occur if the index is less than 0 or greater or equal to the NumberResults.

Return Value

The alternate confidence value corresponding to the index of the CharacterResult. It will be a value between 0 and 100.

Exceptions

Exception Description
ArgumentOutOfRangeException Thrown if the specified value of the index argument is less than zero or greater or equal to the number of alternate results.

Remarks

This method allows you access to the alternate confidence value for the index.

See Also


©2009. Pegasus Imaging Corporation, DBA Accusoft Pegasus. All Rights Reserved.