OcrEngine.IsLanguageSupported(Language) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true if a specified language can be resolved to any of the available OCR languages. See language matching for a further explanation of language resolving.
public:
static bool IsLanguageSupported(Language ^ language);
static bool IsLanguageSupported(Language const& language);
public static bool IsLanguageSupported(Language language);
function isLanguageSupported(language)
Public Shared Function IsLanguageSupported (language As Language) As Boolean
Parameters
- language
- Language
The language being used for text recognition.
Returns
Boolean
bool
TRUE, if the specified language can be resolved to any of the available OCR languages; otherwise, FALSE.