OcrLine.Words 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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方法在目前文字行中偵測到的字組。