ImageUrlCreateBatch 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
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
- images
- IList<ImageUrlCreateEntry>
- metadata
- IDictionary<String,String>
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET