OcrLine.Words 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 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.