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
[Obsolete("Use the Threshold property and set the RecognitionEngine property to RecognitionEngine.SingleThreshold")]
public int UnmarkedBubbleThreshold {get; set;}
[Obsolete("Use the Threshold property and set the RecognitionEngine property to RecognitionEngine.SingleThreshold")]
public: __property int get_UnmarkedBubbleThreshold();
public: __property void set_UnmarkedBubbleThreshold(
int value
);
[Obsolete("Use the Threshold property and set the RecognitionEngine property to RecognitionEngine.SingleThreshold")]
public:
property int UnmarkedBubbleThreshold {
int get();
void set ( int value);
}
See Also