Compartilhar via


ExtractedPage.Tables Propriedade

Definição

Obtém ou define a lista de Tabelas e suas informações extraídas da página.

[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)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a