In This Topic
GdPicture14 Namespace / GdPictureImaging Class / ADRGetLastConfidence Method

ADRGetLastConfidence Method (GdPictureImaging)

In This Topic
Returns the Confidence of the closest template obtained during the last Documents Recognition Operation.
Syntax
'Declaration
 
Public Function ADRGetLastConfidence() As Double
public double ADRGetLastConfidence()
public function ADRGetLastConfidence(): Double; 
public function ADRGetLastConfidence() : double;
public: double ADRGetLastConfidence(); 
public:
double ADRGetLastConfidence(); 

Return Value

Last Confidence. Value between 0 and 100 (identical document).
See Also