RecognizedText.Lines 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 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.