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
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