Share via


ExtractedKeyValuePair.Key Property

Definition

Gets or sets list of tokens for the extracted key in a key-value pair.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to