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