你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FormTableCell.FieldElements Property

Definition

When 'IncludeFieldElements' is set to true, a list of references to the field elements constituting this cell is returned. An empty list otherwise. For calls to Recognize Content, this list is always populated.

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)

Property Value

Applies to