Share via


EntityRecord.Matches Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to