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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET