RecognizedText.Lines Property

Definition

Gets each line of text that text recognition detects in an image.

public:
 property Platform::Array <RecognizedLine ^> ^ Lines { Platform::Array <RecognizedLine ^> ^ get(); };
winrt::array_view <RecognizedLine const&> Lines();
public RecognizedLine[] Lines { get; }
var recognizedLine[] = recognizedText.lines;
Public ReadOnly Property Lines As RecognizedLine()

Property Value

A collection that contains each line of text detected in an image.

Applies to

See also