Region 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
Region() |
Initializes a new instance of the Region class. |
Region(Guid, Double, Double, Double, Double) |
Initializes a new instance of the Region class. |
Region()
Region(Guid, Double, Double, Double, Double)
- Source:
- Region.cs
- Source:
- Region.cs
Initializes a new instance of the Region class.
public Region (Guid tagId, double left, double top, double width, double height);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Region : Guid * double * double * double * double -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Region
Public Sub New (tagId As Guid, left As Double, top As Double, width As Double, height As Double)
Parameters
- tagId
- Guid
Id of the tag associated with this region.
- left
- Double
Coordinate of the left boundary.
- top
- Double
Coordinate of the top boundary.
- width
- Double
Width.
- height
- Double
Height.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET