Click or drag to resize

RecognitionLanguage Class

The RecognitionLanguage object contains information about a given recognition language.
Inheritance Hierarchy

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

The RecognitionLanguage type exposes the following members.

Properties
  NameDescription
Public propertyContinent
Public propertyEnabled
This property is used to get or set the enabled state of a single language.
Public propertyID
This property returns the identification number of a single recognition language.
Public propertyLanguageGroup
This property returns the language group containing this language.
Public propertyName
This property returns the English name of the language according to ISO/DIS 639-3.
Public propertyName_639_1
This property returns the 2-letter abbreviation of the language according to ISO/DIS 639-1.
Public propertyName_639_2B
This property returns the 3-letter abbreviation of the language for bibliography use, according to ISO/DIS 639-2/B.
Public propertyName_639_3
This property returns the 3-letter abbreviation of the language according to ISO/DIS 639-3.
Public propertyName_Win
This property returns the 3-letter language abbreviation according to the Windows notation (not ISO).
Public propertyUsableModule
This property returns the recognition modules which are able to recognize the particular language.
Public propertyWinLangID
This property returns the Windows ID for the language.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the RecognitionLanguage
Public methodGetDocument
Returns the parent Document object.
Public methodGetEngine
Returns the Engine object.
Top
See Also