Compartilhar via


ImageIdCreateBatch Construtores

Definição

Sobrecargas

ImageIdCreateBatch()

Inicializa uma nova instância da classe ImageIdCreateBatch.

ImageIdCreateBatch(IList<ImageIdCreateEntry>, IList<Guid>, IDictionary<String,String>)

ImageIdCreateBatch()

Origem:
ImageIdCreateBatch.cs
Origem:
ImageIdCreateBatch.cs

Inicializa uma nova instância da classe ImageIdCreateBatch.

public ImageIdCreateBatch ();
Public Sub New ()

Aplica-se a

ImageIdCreateBatch(IList<ImageIdCreateEntry>, IList<Guid>, IDictionary<String,String>)

Origem:
ImageIdCreateBatch.cs
Origem:
ImageIdCreateBatch.cs
public ImageIdCreateBatch (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageIdCreateEntry> images = default, System.Collections.Generic.IList<Guid> tagIds = default, System.Collections.Generic.IDictionary<string,string> metadata = default);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageIdCreateBatch : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageIdCreateEntry> * System.Collections.Generic.IList<Guid> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageIdCreateBatch
Public Sub New (Optional images As IList(Of ImageIdCreateEntry) = Nothing, Optional tagIds As IList(Of Guid) = Nothing, Optional metadata As IDictionary(Of String, String) = Nothing)

Parâmetros

tagIds
IList<Guid>

Aplica-se a