Share via


MatchResponse.Matches Property

Definition

Gets or sets the match details.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to