| Visual Basic (Declaration) | |
|---|---|
Public Function AlternateConfidence( _ ByVal index As Integer _ ) As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
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.| 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. |
This method allows you access to the alternate confidence value for the index.
