Document.GetRecognitionLanguages Method
|
This property returns the collection of available recognition languages that can be switched on/off independently.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetRecognitionLanguages(
out RecognitionLanguages RecognitionLanguages
)
Public Sub GetRecognitionLanguages (
<OutAttribute> ByRef RecognitionLanguages As RecognitionLanguages
)
public:
void GetRecognitionLanguages(
[OutAttribute] RecognitionLanguages^% RecognitionLanguages
)
Parameters
- RecognitionLanguages
- Type: Kofax.OmniPageCSDK.IproPlus.RecognitionLanguages
Remarks
The recognizable characters can be increased with additional characters by using the LanguagePlus property, and can
be narrowed by using the Filter property.
By default, only the English language is used for recognition (enabled).
The Recognize method of the Document or Page objects use this setting.
See Also