EditorViewSuspectCharConfidenceThreshold Property
|
This parameter controls how much suspect markup (yellow highlight) will appear in the editor.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[DispIdAttribute(124)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BindableAttribute(BindableSupport.Yes)]
public int SuspectCharConfidenceThreshold { get; set; }
<DispIdAttribute(124)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BindableAttribute(BindableSupport.Yes)>
Public Property SuspectCharConfidenceThreshold As Integer
Get
Set
public:
[DispIdAttribute(124)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[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