'Declaration
Public ReadOnly Property Confidence As Integer
'Usage
Dim instance As DropOutResult Dim value As Integer value = instance.Confidence
public int Confidence {get;}
'Declaration
Public ReadOnly Property Confidence As Integer
'Usage
Dim instance As DropOutResult Dim value As Integer value = instance.Confidence
public int Confidence {get;}
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