Condividi tramite


TermsData.Terms Property

Definition

Gets or sets list of 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to