共用方式為


OcrEngine.IsLanguageSupported(Language) 方法

定義

如果指定的語言可以解析為任何可用的 OCR 語言,則會傳回 true。 如需語言解析的進一步說明,請參閱 語言比 對。

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

參數

language
Language

用於文字辨識的語言。

傳回

Boolean

bool

TRUE 是表示 如果指定的語言可以解析為任何可用的 OCR 語言;否則為 FALSE。

適用於