←Select platform

Confidence Property

Summary

Gets or sets the confidence value of the detected zone.

Syntax

C#
VB
Java
Objective-C
C++
public int Confidence { get; set; } 
Public Property Confidence As Integer 
@property (nonatomic, assign) NSInteger confidence 
public int getConfidence() 
public void setConfidence(int value) 
             
public: 
property int Confidence { 
   int get(); 
   void set (    int ); 
} 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly