Show / Hide Table of Contents

    Class Content

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

    Constructors

    Content()

    Declaration
    public Content ();

    Content(String)

    Declaration
    public Content (string contentValue);
    Parameters
    String contentValue

    Properties

    ContentValue

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

    Methods

    Validate()

    Declaration
    public virtual void Validate ();
    Back to top Azure SDK for Net