ImageRegionCreateBatch 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
ImageRegionCreateBatch() |
Initializes a new instance of the ImageRegionCreateBatch class. |
ImageRegionCreateBatch(IList<ImageRegionCreateEntry>) |
Initializes a new instance of the ImageRegionCreateBatch class. |
ImageRegionCreateBatch()
- Source:
- ImageRegionCreateBatch.cs
- Source:
- ImageRegionCreateBatch.cs
Initializes a new instance of the ImageRegionCreateBatch class.
public ImageRegionCreateBatch ();
Public Sub New ()
Applies to
ImageRegionCreateBatch(IList<ImageRegionCreateEntry>)
- Source:
- ImageRegionCreateBatch.cs
- Source:
- ImageRegionCreateBatch.cs
Initializes a new instance of the ImageRegionCreateBatch class.
public ImageRegionCreateBatch (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageRegionCreateEntry> regions = default);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageRegionCreateBatch : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageRegionCreateEntry> -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageRegionCreateBatch
Public Sub New (Optional regions As IList(Of ImageRegionCreateEntry) = Nothing)
Parameters
- regions
- IList<ImageRegionCreateEntry>
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET