NormalizedRectangle 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
NormalizedRectangle() |
Initializes a new instance of the NormalizedRectangle class. |
NormalizedRectangle(Double, Double, Double, Double, String, String, String, String, String, ImageObject, String, String, String) |
Initializes a new instance of the NormalizedRectangle class. |
NormalizedRectangle()
Initializes a new instance of the NormalizedRectangle class.
public NormalizedRectangle ();
Public Sub New ()
Applies to
NormalizedRectangle(Double, Double, Double, Double, String, String, String, String, String, ImageObject, String, String, String)
Initializes a new instance of the NormalizedRectangle class.
public NormalizedRectangle (double left, double top, double right, double bottom, string id = default, string readLink = default, string webSearchUrl = default, string name = default, string url = default, Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.ImageObject image = default, string description = default, string alternateName = default, string bingId = default);
new Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.NormalizedRectangle : double * double * double * double * string * string * string * string * string * Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.ImageObject * string * string * string -> Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.NormalizedRectangle
Public Sub New (left As Double, top As Double, right As Double, bottom As Double, 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
- left
- Double
The left coordinate.
- top
- Double
The top coordinate
- right
- Double
The right coordinate
- bottom
- Double
The bottom coordinate
- id
- String
A String identifier.
- readLink
- String
The URL that returns this resource.
- 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