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



Accusoft.FormFixSdk Namespace > OmrSegmentResult Class : Confidence Property
The analysis result confidence value for the segment.
Syntax
'Declaration
 
Public ReadOnly Property Confidence As Integer
'Usage
 
Dim instance As OmrSegmentResult
Dim value As Integer
 
value = instance.Confidence
public int Confidence {get;}
public:
property int Confidence {
   int get();
}
Remarks

This read-only property contains a value between 0 and 100 that represents the analysis confidence value for the segment.

See Also

Reference

OmrSegmentResult Class
OmrSegmentResult Members

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