Click or drag to resize

RecognitionLanguages Class

This property returns the collection of available recognition languages that can be switched on/off independently.
Inheritance Hierarchy
SystemObject
  Kofax.OmniPageCSDK.IproPlusIproPlusClass
    Kofax.OmniPageCSDK.IproPlusRecognitionLanguages

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public class RecognitionLanguages : IproPlusClass, 
	IDisposable

The RecognitionLanguages type exposes the following members.

Properties
  NameDescription
Public propertyCount
This property returns the number of RecognitionLanguage objects contained by the collection.
Top
Methods
  NameDescription
Public methodDisableAll
This method disables all recognition languages in the collection, i.e. no characters will be validated.
Public methodDispose
Releases all resources used by the RecognitionLanguages
Public methodEnableAll
This method disables all recognition languages in the collection.
Public methodEnabledCharacters
This method allows you to check whether a given set of unicode characters is enabled for recognition.
Public methodGetDocument
Returns the parent Document object.
Public methodGetEngine
Returns the Engine object.
Public methodGetEnumerator
Public methodGetItem
This property returns the requested RecognitionLanguage object from the collection.
Public methodSupportedCharacters
This method allows you to check whether a given set of unicode characters can be recognized by the IproPlus or not.
Top
Events
  NameDescription
Public eventOnLanguageChanged
Fires when when the state of a recognition language is changed.
Top
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