ImageTagRegion 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
ImageTagRegion() |
Initializes a new instance of the ImageTagRegion class. |
ImageTagRegion(NormalizedQuadrilateral, NormalizedQuadrilateral) |
Initializes a new instance of the ImageTagRegion class. |
ImageTagRegion()
Initializes a new instance of the ImageTagRegion class.
public ImageTagRegion ();
Public Sub New ()
Applies to
ImageTagRegion(NormalizedQuadrilateral, NormalizedQuadrilateral)
Initializes a new instance of the ImageTagRegion class.
public ImageTagRegion (Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.NormalizedQuadrilateral queryRectangle, Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.NormalizedQuadrilateral displayRectangle);
new Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.ImageTagRegion : Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.NormalizedQuadrilateral * Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.NormalizedQuadrilateral -> Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.ImageTagRegion
Public Sub New (queryRectangle As NormalizedQuadrilateral, displayRectangle As NormalizedQuadrilateral)
Parameters
- queryRectangle
- NormalizedQuadrilateral
A rectangle that outlines the area of interest for this tag.
- displayRectangle
- NormalizedQuadrilateral
A recommended rectangle to show to the user.
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