Condividi tramite


ImageIdCreateBatch Constructors

Definition

Overloads

ImageIdCreateBatch()

Initializes a new instance of the ImageIdCreateBatch class.

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

ImageIdCreateBatch()

Source:
ImageIdCreateBatch.cs
Source:
ImageIdCreateBatch.cs

Initializes a new instance of the ImageIdCreateBatch class.

public ImageIdCreateBatch ();
Public Sub New ()

Applies to

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

Source:
ImageIdCreateBatch.cs
Source:
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)

Parameters

tagIds
IList<Guid>

Applies to