Show / Hide Table of Contents

    Class TermsInList

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

    Constructors

    TermsInList()

    Declaration
    public TermsInList ();

    TermsInList(String)

    Declaration
    public TermsInList (string term = null);
    Parameters
    String term

    Properties

    Term

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

    Back to top Azure SDK for Net