'Declaration <System.Diagnostics.DebuggerStepThroughAttribute()> <System.Diagnostics.DebuggerNonUserCodeAttribute()> Public Function AlternateConfidence( _ ByVal index As System.Integer _ ) As System.Integer
'Usage Dim instance As CharacterResult Dim index As System.Integer Dim value As System.Integer value = instance.AlternateConfidence(index)
[System.Diagnostics.DebuggerStepThrough()] [System.Diagnostics.DebuggerNonUserCode()] public System.int AlternateConfidence( System.int index )
public function AlternateConfidence( index: System.Integer ): System.Integer;
System.Diagnostics.DebuggerStepThroughAttribute() System.Diagnostics.DebuggerNonUserCodeAttribute() public function AlternateConfidence( index : System.int ) : System.int;
[System.Diagnostics.DebuggerStepThrough()] [System.Diagnostics.DebuggerNonUserCode()] public: System.int AlternateConfidence( System.int index )
[System.Diagnostics.DebuggerStepThrough()] [System.Diagnostics.DebuggerNonUserCode()] public: System.int AlternateConfidence( System.int index )
Parameters
- index
- The zero based index for the confidence value. An System.ArgumentOutOfRangeException will occur if the index 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.
