Click or drag to resize

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
Syntax
public LANGUAGES Language { 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