ImageTagCreateBatch 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
ImageTagCreateBatch() |
Initializes a new instance of the ImageTagCreateBatch class. |
ImageTagCreateBatch(IList<ImageTagCreateEntry>) |
Initializes a new instance of the ImageTagCreateBatch class. |
ImageTagCreateBatch()
- Source:
- ImageTagCreateBatch.cs
- Source:
- ImageTagCreateBatch.cs
Initializes a new instance of the ImageTagCreateBatch class.
public ImageTagCreateBatch ();
Public Sub New ()
Applies to
ImageTagCreateBatch(IList<ImageTagCreateEntry>)
- Source:
- ImageTagCreateBatch.cs
- Source:
- ImageTagCreateBatch.cs
Initializes a new instance of the ImageTagCreateBatch class.
public ImageTagCreateBatch (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageTagCreateEntry> tags = default);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageTagCreateBatch : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageTagCreateEntry> -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageTagCreateBatch
Public Sub New (Optional tags As IList(Of ImageTagCreateEntry) = Nothing)
Parameters
- tags
- IList<ImageTagCreateEntry>
Image Tag entries to include in this batch.