←Select platform

Confidence Property

Summary
Gets or sets the confidence value of the detected zone.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public int Confidence { get; set; } 
@property (nonatomic, assign) NSInteger confidence; 
public int getConfidence(); 
public void setConfidence( 
   int intValue 
); 
public: 
property int Confidence { 
   int get(); 
   void set (    int ); 
} 
Confidence # get and set (OmrZone) 

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

Help Version 22.0.2023.11.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.