Show / Hide Table of Contents

    Class ImageList

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

    Constructors

    ImageList()

    Declaration
    public ImageList ();

    ImageList(Nullable<Int32>, String, String, IDictionary<String,String>)

    Declaration
    public ImageList (Nullable<int> id = null, string name = null, string description = null, System.Collections.Generic.IDictionary<string,string> metadata = null);
    Parameters
    Nullable<Int32> id

    String name

    String description

    IDictionary<String,String> metadata

    Properties

    Description

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

    Id

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Id")]
    public Nullable<int> Id { get; set; }
    Property Value
    Nullable<Int32>

    Metadata

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Metadata")]
    public System.Collections.Generic.IDictionary<string,string> Metadata { get; set; }
    Property Value
    IDictionary<String,String>

    Name

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

    Back to top Azure SDK for Net