EditorViewEnableIntelliTrain Property
|
This property controls whether the IntelliTrain mode is enabled or not.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[BindableAttribute(BindableSupport.Yes)]
[DispIdAttribute(123)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool EnableIntelliTrain { get; set; }
<BindableAttribute(BindableSupport.Yes)>
<DispIdAttribute(123)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property EnableIntelliTrain As Boolean
Get
Set
public:
[BindableAttribute(BindableSupport::Yes)]
[DispIdAttribute(123)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property bool EnableIntelliTrain {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
Remarks
IntelliTrain is an advanced extension of the proofing feature, so that proofing changes become input for the training module.
IntelliTrain takes recent word replacements from the current proofing session - analyzes those changes and may use the collected
data to make subsequent recognition processes more accurate.
See Also