CharacterLanguage Property
|
This property returns the language of the recognized word containing this character.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic LANGUAGES Language { get; }
Public ReadOnly Property Language As LANGUAGES
Get
public:
property LANGUAGES Language {
LANGUAGES get ();
}
Property Value
Type:
LANGUAGES
Remarks
When the recognized word cannot be associated with any language, it is indicated with LANG_NO. If the word can also be found in another language dictionary,
then this and the Language2 property will contain the language IDs of those languages.
See Also