←Select platform

Confidence Property

Summary

Confidence value that represents the amount of confidence in the recognition results of the OMR marks.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
public int Confidence { get; set; } 
<DataMemberAttribute()>  
Public Property Confidence() As Integer 
   Get 
   Set 
public:  
   [DataMemberAttribute] 
   property Int32 Confidence 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

Value between 0 and 100 where 0 is the lowest confidence value and 100 the highest. Default value is 0.

Remarks

Confidence values range from 0 to 100. 0 represents no confidence, 100 represents full confidence.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly

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