Compartir a través de


ExtractedPage.KeyValuePairs Propiedad

Definición

Obtiene o establece la lista de pares de Key-Value extraídos de la 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 de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a