OcrEngine.AvailableRecognizerLanguages 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.
Returns a collection of all available OCR languages on the device.
public:
static property IVectorView<Language ^> ^ AvailableRecognizerLanguages { IVectorView<Language ^> ^ get(); };
static IVectorView<Language> AvailableRecognizerLanguages();
public static IReadOnlyList<Language> AvailableRecognizerLanguages { get; }
var iVectorView = OcrEngine.availableRecognizerLanguages;
Public Shared ReadOnly Property AvailableRecognizerLanguages As IReadOnlyList(Of Language)
Property Value
A collection of all available OCR languages on the device.
Note
A language pack must be installed on the device to be used. A user can install new OCR language packs through the Settings app.