OcrEngine.RecognizerLanguage Property
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.
Gets the language being used for text recognition.
public:
property Language ^ RecognizerLanguage { Language ^ get(); };
Language RecognizerLanguage();
public Language RecognizerLanguage { get; }
var language = ocrEngine.recognizerLanguage;
Public ReadOnly Property RecognizerLanguage As Language
Property Value
The language being used for text recognition.