RecognitionLanguagesEnabledCharacters Method
|
This method allows you to check whether a given set of unicode characters is enabled for recognition.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic bool[] EnabledCharacters(
ushort[] Characters
)
Public Function EnabledCharacters (
Characters As UShort()
) As Boolean()
public:
array<bool>^ EnabledCharacters(
[InAttribute] array<unsigned short>^ Characters
)
Parameters
- Characters
- Type: SystemUInt16
Return Value
Type:
Boolean
Remarks
The returned array of Boolean has the same size as the input character array.
See Also