←Select platform

Confidence Property

Summary

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

Syntax
C#
C++/CLI
Python
[IgnoreDataMemberAttribute()] 
public int Confidence { get; } 
public:  
   [IgnoreDataMemberAttribute] 
   property Int32 Confidence 
   { 
      Int32 get() 
   } 
Confidence # get  (OmrCollection) 

Property Value

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

Remarks

Confidence value ranges from 0 to 100 and represents the average confidence of recognizing all OmrBubbles in this OmrCollection. 0 represents no confidence and 100 represents full confidence.

Requirements

Target Platforms

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

Leadtools.Forms.Processing.Omr Assembly

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