Accusoft.FormFix5.Net
UnmarkedBubbleThreshold Property




Deprecated. Use the Threshold property and set the RecognitionEngine property to RecognitionEngine.SingleThreshold instead. Gets or sets the unmarked bubble analysis threshold value of the field.
Syntax
'Declaration
 
<ObsoleteAttribute("Use the Threshold property and set the RecognitionEngine property to RecognitionEngine.SingleThreshold")>
Public Property UnmarkedBubbleThreshold As Integer
'Usage
 
Dim instance As OmrProcessor
Dim value As Integer
 
instance.UnmarkedBubbleThreshold = value
 
value = instance.UnmarkedBubbleThreshold
[ObsoleteAttribute("Use the Threshold property and set the RecognitionEngine property to RecognitionEngine.SingleThreshold")]
public int UnmarkedBubbleThreshold {get; set;}
[ObsoleteAttribute("Use the Threshold property and set the RecognitionEngine property to RecognitionEngine.SingleThreshold")]
public: __property int get_UnmarkedBubbleThreshold();
public: __property void set_UnmarkedBubbleThreshold( 
   int value
);
[ObsoleteAttribute("Use the Threshold property and set the RecognitionEngine property to RecognitionEngine.SingleThreshold")]
public:
property int UnmarkedBubbleThreshold {
   int get();
   void set (    int value);
}
Remarks

This property specifies a percentage between 0 and 100 that bubbles in a field segment must differ in mark density by before the segment can be considered to contain a marked bubble, unless all bubbles have been marked. This property is not used if the segment contains a single bubble.

This value is only used when the RecognitionEngine property has a value of RecognitionEngine.DualThresholdLegacy.

Default value: 8

See Also

Reference

OmrProcessor Class
OmrProcessor Members
Guidelines & Adjustments for Marked/Unmarked Analysis

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback