EditorViewSuspectCharConfidenceThreshold Property
|
This parameter controls how much suspect markup (yellow highlight) will appear in the editor.
Namespace:
OmniPageCSDK.ToolBoxes
Assembly:
OmniPageCSDK.ToolBoxes (in OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DispIdAttribute(124)]
[BindableAttribute(BindableSupport.Yes)]
public int SuspectCharConfidenceThreshold { get; set; }<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DispIdAttribute(124)>
<BindableAttribute(BindableSupport.Yes)>
Public Property SuspectCharConfidenceThreshold As Integer
Get
Set
public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[DispIdAttribute(124)]
[BindableAttribute(BindableSupport::Yes)]
property int SuspectCharConfidenceThreshold {
int get ();
void set (int value);
}Property Value
Type:
Int32
Remarks
The lower the value, the more yellow highlighting is displayed. This property can be set in the range of 0 - 127. The default value for this property is 64.
See Also