Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Confidence Property (OmrZone)








Gets or sets the confidence value of the detected zone.
Syntax
public int Confidence {get; set;}
'Declaration
 
Public Property Confidence As Integer
'Usage
 
Dim instance As OmrZone
Dim value As Integer
 
instance.Confidence = value
 
value = instance.Confidence
public int Confidence {get; set;}
@property (nonatomic, assign) NSInteger confidence
public int getConfidence()
public void setConfidence(int value)
            
 <br/>get_Confidence();<br/>set_Confidence(value);<br/>Object.defineProperty('Confidence'); 
public:
property int Confidence {
   int get();
   void set (    int value);
}

Property Value

Value that represents the confidence percentage,
Remarks
If the value is 100, that means the result is 100 percent accurate.
Requirements

Target Platforms

See Also

Reference

OmrZone Structure
OmrZone Members

Error processing SSI file