Show / Hide Table of Contents

    Class TermsData

    Inheritance
    Object
    TermsData
    Namespace: Microsoft.Azure.CognitiveServices.ContentModerator.Models
    Assembly: Microsoft.Azure.CognitiveServices.Vision.ContentModerator.dll
    Syntax
    public class TermsData

    Constructors

    TermsData()

    Declaration
    public TermsData ();

    TermsData(String, IList<TermsInList>, Status, String)

    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
    String language

    IList<TermsInList> terms

    Status status

    String trackingId

    Properties

    Language

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Language")]
    public string Language { get; set; }
    Property Value
    String

    Status

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Status")]
    public Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status Status { get; set; }
    Property Value
    Status

    Terms

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Terms")]
    public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.TermsInList> Terms { get; set; }
    Property Value
    IList<TermsInList>

    TrackingId

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="TrackingId")]
    public string TrackingId { get; set; }
    Property Value
    String

    Back to top Azure SDK for Net