'Declaration Public Property Confidence As Integer
'Usage Dim instance As ImGearRecLetter Dim value As Integer instance.Confidence = value value = instance.Confidence
public int Confidence {get; set;}
'Declaration Public Property Confidence As Integer
'Usage Dim instance As ImGearRecLetter Dim value As Integer instance.Confidence = value value = instance.Confidence
public int Confidence {get; set;}
This property is tied to the ConfidenceInfo property and provides the same information, but in a different way. The confidence value is inverted (to match the intuitive understanding of a confidence estimation) and only the character confidence is provided, rather than both the character confidence and word confidence.
This property is provided for the sake of convenience and does not result in additional storage overhead for the recognized data.