OcrLine.Words 属性

定义

获取 OcrWord 对象的集合,这些对象表示 RecognizeAsync 方法在当前文本行中检测到的单词。

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)

属性值

OcrWord 对象的集合,该集合表示 RecognizeAsync 方法在当前文本行中检测到的单词。

适用于