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
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="ContentIds")]
public System.Collections.Generic.IList<Nullable<int>> ContentIds { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="ContentSource")]
public string ContentSource { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Status")]
public Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status Status { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="TrackingId")]
public string TrackingId { get; set; }
Property Value