NormalizedQuadrilateral 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
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. |
NormalizedQuadrilateral()
Initializes a new instance of the NormalizedQuadrilateral class.
public NormalizedQuadrilateral ();
Public Sub New ()
Applies to
NormalizedQuadrilateral(Point2D, Point2D, Point2D, Point2D, String, String, String, String, String, ImageObject, String, String, String)
Initializes a new instance of the NormalizedQuadrilateral class.
public NormalizedQuadrilateral (Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.Point2D topLeft, Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.Point2D topRight, Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.Point2D bottomRight, Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.Point2D bottomLeft, string id = default, string readLink = default, string webSearchUrl = default, string name = default, string url = default, Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.ImageObject image = default, string description = default, string alternateName = default, string bingId = default);
new Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.NormalizedQuadrilateral : Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.Point2D * Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.Point2D * Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.Point2D * Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.Point2D * string * string * string * string * string * Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.ImageObject * string * string * string -> Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.NormalizedQuadrilateral
Public Sub New (topLeft As Point2D, topRight As Point2D, bottomRight As Point2D, bottomLeft As Point2D, Optional id As String = Nothing, Optional readLink As String = Nothing, Optional webSearchUrl As String = Nothing, Optional name As String = Nothing, Optional url As String = Nothing, Optional image As ImageObject = Nothing, Optional description As String = Nothing, Optional alternateName As String = Nothing, Optional bingId As String = Nothing)
Parameters
- topLeft
- Point2D
The top left corner coordinate.
- topRight
- Point2D
The top right corner coordinate.
- bottomRight
- Point2D
The bottom right corner coordinate.
- bottomLeft
- Point2D
The bottom left corner coordinate.
- id
- String
A String identifier.
- readLink
- String
The URL that returns this resource. To use the URL, append query parameters as appropriate and include the Ocp-Apim-Subscription-Key header.
- webSearchUrl
- String
The URL to Bing's search result for this item.
- name
- String
The name of the thing represented by this object.
- url
- String
The URL to get more information about the thing represented by this object.
- image
- ImageObject
An image of the item.
- description
- String
A short description of the item.
- alternateName
- String
An alias for the item.
- bingId
- String
An ID that uniquely identifies this item.
Applies to
Azure SDK for .NET