ImageIds Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- status
- Status
Get Image status.
- trackingId
- String
Tracking Id.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.