Show / Hide Table of Contents

    Class Terms

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

    Constructors

    Terms()

    Declaration
    public Terms ();

    Terms(TermsData, TermsPaging)

    Declaration
    public Terms (Microsoft.Azure.CognitiveServices.ContentModerator.Models.TermsData data = null, Microsoft.Azure.CognitiveServices.ContentModerator.Models.TermsPaging paging = null);
    Parameters
    TermsData data

    TermsPaging paging

    Properties

    Data

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

    Paging

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

    Back to top Azure SDK for Net