Accusoft.FormFix5.Net
Confidence Property (DropOutResult)




The confidence of the drop-out process.
Syntax
'Declaration
 
Public ReadOnly Property Confidence As Integer
'Usage
 
Dim instance As DropOutResult
Dim value As Integer
 
value = instance.Confidence
public int Confidence {get;}
public: __property int get_Confidence();
public:
property int Confidence {
   int get();
}
Remarks

This read-only property indicates the confidence of the drop-out process. The CreateImageOfField method will set this value before it returns. A value near 100 indicates that the drop-out result is probably correct, while a value near 0 indicates that the drop-out image likely has some kind of error. Normally, you can ignore this value and let subsequent processing steps (like OCR) discern the presence of a real error.

Valid range: 0 to 100

See Also

Reference

DropOutResult Class
DropOutResult Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback