Share via


ImageTagRegion Constructors

Definition

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