RecognitionLanguage.UsableModule 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
Syntaxpublic RM_FLAGS UsableModule { get; }
Public ReadOnly Property UsableModule As RM_FLAGS
Get
public:
property RM_FLAGS UsableModule {
RM_FLAGS 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