ExtractedPage.KeyValuePairs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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