RecognitionLanguages.SupportedCharacters Method
|
This method allows you to check whether a given set of unicode characters can be recognized by the IproPlus or not.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic bool[] SupportedCharacters(
ushort[] Characters
)
Public Function SupportedCharacters (
Characters As UShort()
) As Boolean()
public:
array<bool>^ SupportedCharacters(
[InAttribute] array<unsigned short>^ Characters
)
Parameters
- Characters
- Type:System.UInt16[]
Return Value
Type:
Boolean[]
Remarks
The returned array of Boolean has the same size as the input character array.
See Also