RecognitionLanguageEnabled Property
|
This property is used to get or set the enabled state of a single language.
Namespace:
Kofax.OmniPageCSDK.IproPlusAssembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic bool Enabled { get; set; }Public Property Enabled As Boolean
Get
Set
public:
property bool Enabled {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
Remarks
If enabled, the language will be validated for recognition.
By default, only the English language is validated for recognition.
Support for LANG_JPN, LANG_CHS,
LANG_CHT and LANG_KRN are introduced
in this CSDK release. In contrast to other languages, they do not support multiple selection.
See Also