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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET