Show / Hide Table of Contents

    Class ImageIds

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

    Constructors

    ImageIds()

    Declaration
    public ImageIds ();

    ImageIds(String, IList<Nullable<Int32>>, Status, String)

    Declaration
    public ImageIds (string contentSource = null, System.Collections.Generic.IList<Nullable<int>> contentIds = null, Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status status = null, string trackingId = null);
    Parameters
    String contentSource

    IList<Nullable<Int32>> contentIds

    Status status

    String trackingId

    Properties

    ContentIds

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

    ContentSource

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

    Status

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

    TrackingId

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

    Back to top Azure SDK for Net