OcrEngine.IsLanguageSupported(Language) Method

Definition

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.

Applies to