Share via


ExtractedPage.Tables Property

Definition

Gets or sets list of Tables and their information extracted from the page.

[Newtonsoft.Json.JsonProperty(PropertyName="tables")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.FormRecognizer.Models.ExtractedTable> Tables { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="tables")>]
member this.Tables : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.FormRecognizer.Models.ExtractedTable> with get, set
Public Property Tables As IList(Of ExtractedTable)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to