ImageUrlCreateBatch Constructors

Definition

Overloads

ImageUrlCreateBatch()

Initializes a new instance of the ImageUrlCreateBatch class.

ImageUrlCreateBatch(IList<ImageUrlCreateEntry>, IList<Guid>, IDictionary<String,String>)

ImageUrlCreateBatch()

Source:
ImageUrlCreateBatch.cs
Source:
ImageUrlCreateBatch.cs

Initializes a new instance of the ImageUrlCreateBatch class.

public ImageUrlCreateBatch ();
Public Sub New ()

Applies to

ImageUrlCreateBatch(IList<ImageUrlCreateEntry>, IList<Guid>, IDictionary<String,String>)

Source:
ImageUrlCreateBatch.cs
Source:
ImageUrlCreateBatch.cs
public ImageUrlCreateBatch (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageUrlCreateEntry> 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.ImageUrlCreateBatch : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageUrlCreateEntry> * System.Collections.Generic.IList<Guid> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageUrlCreateBatch
Public Sub New (Optional images As IList(Of ImageUrlCreateEntry) = Nothing, Optional tagIds As IList(Of Guid) = Nothing, Optional metadata As IDictionary(Of String, String) = Nothing)

Parameters

tagIds
IList<Guid>

Applies to