次の方法で共有


DetectedTextLine.Words プロパティ

定義

この行に関連付けられている検出された単語の一覧を取得します。

public System.Collections.Generic.IReadOnlyList<Azure.AI.Vision.ImageAnalysis.DetectedTextWord> Words { get; }
member this.Words : System.Collections.Generic.IReadOnlyList<Azure.AI.Vision.ImageAnalysis.DetectedTextWord>
Public ReadOnly Property Words As IReadOnlyList(Of DetectedTextWord)

プロパティ値

この行のテキスト コンテンツを構成する、検出された単語の一覧。

適用対象