How can we improve?
public override int Confidence {get;}
public: __property int get_Confidence() override;
public: property int Confidence { int get() override; }
'Declaration Public Overrides ReadOnly Property Confidence As Integer
'Declaration
Public Overrides ReadOnly Property Confidence As Integer
'Usage Dim instance As TextLineResult Dim value As Integer value = instance.Confidence
'Usage
Dim instance As TextLineResult Dim value As Integer value = instance.Confidence
This read-only property is the confidence value of the result object. It will be a value between 0 and 100.
TextLineResult Class TextLineResult Members