Character.Language2 Property
|
This property contains the ID of the secondary language if the recognized word was found in multiple language dictionaries.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic int Language2 { get; }
Public ReadOnly Property Language2 As Integer
Get
public:
property int Language2 {
int get ();
}
Property Value
Type:
Int32
Remarks
When both Language and Language2 specify real languages their order is undefined.
See Also