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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET