Show / Hide Table of Contents

    Class BodyModel

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

    Constructors

    BodyModel()

    Declaration
    public BodyModel ();

    BodyModel(String, String)

    Declaration
    public BodyModel (string dataRepresentation = null, string value = null);
    Parameters
    String dataRepresentation

    String value

    Properties

    DataRepresentation

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

    Value

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

    Back to top Azure SDK for Net