Share via


ImageIds Constructors

Definition

Overloads

ImageIds()

Initializes a new instance of the ImageIds class.

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

Initializes a new instance of the ImageIds class.

ImageIds()

Initializes a new instance of the ImageIds class.

public ImageIds ();
Public Sub New ()

Applies to

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

Initializes a new instance of the ImageIds class.

public ImageIds (string contentSource = default, System.Collections.Generic.IList<int?> contentIds = default, Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status status = default, string trackingId = default);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.ImageIds : string * System.Collections.Generic.IList<Nullable<int>> * Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status * string -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.ImageIds
Public Sub New (Optional contentSource As String = Nothing, Optional contentIds As IList(Of Nullable(Of Integer)) = Nothing, Optional status As Status = Nothing, Optional trackingId As String = Nothing)

Parameters

contentSource
String

Source of the content.

contentIds
IList<Nullable<Int32>>

Id of the contents.

status
Status

Get Image status.

trackingId
String

Tracking Id.

Applies to