Gets the confidence value of the text line.
Syntax
'Declaration
Public Overrides ReadOnly Property Confidence As System.Integer
'Usage
Dim instance As TextLineResult
Dim value As System.Integer
value = instance.Confidence
public override System.int Confidence {get;}
public read-only property Confidence: System.Integer; override;
public override function get Confidence : System.int
public: __property System.int get_Confidence() override;
public:
property System.int Confidence {
System.int get() override;
}
See Also