OcrResult.Text Property

Definition

Gets the recognized text.

public:
 property Platform::String ^ Text { Platform::String ^ get(); };
winrt::hstring Text();
public string Text { get; }
var string = ocrResult.text;
Public ReadOnly Property Text As String

Property Value

String

Platform::String

winrt::hstring

The recognized text.

Applies to