Declaration
public TermsData (string language = null, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.TermsInList> terms = null, Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status status = null, string trackingId = null);
Parameters
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Language")]
public string Language { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Status")]
public Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status Status { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Terms")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.TermsInList> Terms { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="TrackingId")]
public string TrackingId { get; set; }
Property Value