次の方法で共有


TermsData.Terms プロパティ

定義

用語の一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象