Udostępnij za pośrednictwem


ExtractedPage.KeyValuePairs Property

Definition

Gets or sets list of Key-Value pairs extracted from the page.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to