次の方法で共有


FormTableCell.FieldElements プロパティ

定義

'IncludeFieldElements' が に true設定されている場合、このセルを構成するフィールド要素への参照の一覧が返されます。 それ以外の場合は空のリスト。 コンテンツ認識の呼び出しの場合、このリストは常に設定されます。

public System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.Models.FormElement> FieldElements { get; }
member this.FieldElements : System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.Models.FormElement>
Public ReadOnly Property FieldElements As IReadOnlyList(Of FormElement)

プロパティ値

適用対象