ImageIdCreateBatch 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
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
- images
- IList<ImageIdCreateEntry>
- metadata
- IDictionary<String,String>