Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 838 Bytes

ocrengine_trycreatefromlanguage_692673902.md

File metadata and controls

27 lines (19 loc) · 838 Bytes
-api-id -api-type -api-device-family-note
M:Windows.Media.Ocr.OcrEngine.TryCreateFromLanguage(Windows.Globalization.Language)
winrt method
xbox

Windows.Media.Ocr.OcrEngine.TryCreateFromLanguage

-description

Creates a new instance of the OcrEngine class.

-parameters

-param language

The language being used for text recognition.

-returns

If the specified language can be resolved to any of the OCR languages available on the device, returns new instance of OcrEngine class, otherwise returns null. See language matching for a further explanation of language resolving.

-remarks

-examples

-see-also