Share via


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