Compartilhar via


ExtractedPage.KeyValuePairs Propriedade

Definição

Obtém ou define a lista de pares Key-Value extraídos da página.

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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a