次の方法で共有


MatchResponse.Matches プロパティ

定義

一致の詳細を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象