Gets or sets the confidence number expressing both the certainty of the recognition of the first guess (
Code property) and also the certainty of the word.
Syntax
public byte ConfidenceInfo {get; set;}
public: __property byte get_ConfidenceInfo();
public: __property void set_ConfidenceInfo(
byte value
);
public:
property byte ConfidenceInfo {
byte get();
void set ( byte value);
}
'Declaration
Public Property ConfidenceInfo As Byte
'Usage
Dim instance As ImGearRecLetter
Dim value As Byte
instance.ConfidenceInfo = value
value = instance.ConfidenceInfo
Property Value
Byte value.
See Also