Click or drag to resize

RecognitionLanguageUsableModule Property

This property returns the recognition modules which are able to recognize the particular language.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public RM_FLAGS UsableModule { get; }

Property Value

Type: RM_FLAGS
Remarks
Available values are listed under the RM_FLAGS enumeration topic. These values are bit flag ones, and this property will return a value with a bit set for each usable recognition module.
See Also