Share via


NormalizedQuadrilateral Class

Definition

Defines a region of an image. The region is a convex quadrilateral defined by coordinates of its top left, top right, bottom left, and bottom right points. The coordinates are fractional values of the original image's width and height in the range 0.0 through 1.0.

public class NormalizedQuadrilateral : Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.StructuredValue
type NormalizedQuadrilateral = class
    inherit StructuredValue
Public Class NormalizedQuadrilateral
Inherits StructuredValue
Inheritance

Constructors

NormalizedQuadrilateral()

Initializes a new instance of the NormalizedQuadrilateral class.

NormalizedQuadrilateral(Point2D, Point2D, Point2D, Point2D, String, String, String, String, String, ImageObject, String, String, String)

Initializes a new instance of the NormalizedQuadrilateral class.

Properties

AlternateName

Gets an alias for the item.

(Inherited from Thing)
BingId

Gets an ID that uniquely identifies this item.

(Inherited from Thing)
BottomLeft

Gets or sets the bottom left corner coordinate.

BottomRight

Gets or sets the bottom right corner coordinate.

Description

Gets a short description of the item.

(Inherited from Thing)
Id

Gets a String identifier.

(Inherited from Identifiable)
Image

Gets an image of the item.

(Inherited from Thing)
Name

Gets the name of the thing represented by this object.

(Inherited from Thing)
ReadLink

Gets the URL that returns this resource. To use the URL, append query parameters as appropriate and include the Ocp-Apim-Subscription-Key header.

(Inherited from Response)
TopLeft

Gets or sets the top left corner coordinate.

TopRight

Gets or sets the top right corner coordinate.

Url

Gets the URL to get more information about the thing represented by this object.

(Inherited from Thing)
WebSearchUrl

Gets the URL to Bing's search result for this item.

(Inherited from Response)

Methods

Validate()

Validate the object.

Applies to