Click or drag to resize

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; }

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