FormFix v6.0 for .NET - Updated
Confidence Property (DropOutResult)



Accusoft.FormFixSdk Namespace > DropOutResult Class : Confidence Property
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 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

Is this page helpful?
Yes No
Thanks for your feedback.