OcrLine.Words Property

Definition

Gets the collection of OcrWord objects that represents the words detected in the current line of text by the RecognizeAsync method.

public:
 property IVectorView<OcrWord ^> ^ Words { IVectorView<OcrWord ^> ^ get(); };
IVectorView<OcrWord> Words();
public IReadOnlyList<OcrWord> Words { get; }
var iVectorView = ocrLine.words;
Public ReadOnly Property Words As IReadOnlyList(Of OcrWord)

Property Value

The collection of OcrWord objects that represents the words detected in the current line of text by the RecognizeAsync method.

Applies to