Point2D Class
- java.
lang. Object - ResponseBase
- Identifiable
- Response
- Thing
- Intangible
- StructuredValue
- com.
microsoft. azure. cognitiveservices. search. visualsearch. models. Point2D
- com.
public class Point2D extends StructuredValue
The Point2D model.
Method Summary
Modifier and Type | Method and Description |
---|---|
Point2D |
withX(double x)
Set the x value. |
Point2D |
withY(double y)
Set the y value. |
double |
x()
Get the x value. |
double |
y()
Get the y value. |
Inherited Members
Thing.alternateName()
Thing.bingId()
Thing.description()
Identifiable.id()
Thing.image()
Thing.name()
Response.readLink()
Thing.url()
Response.webSearchUrl()
Method Details
withX
public Point2D withX(double x)
Set the x value.
Parameters:
x
- the x value to set
Returns:
the Point2D object itself.
withY
public Point2D withY(double y)
Set the y value.
Parameters:
y
- the y value to set
Returns:
the Point2D object itself.
x
public double x()
Get the x value.
Returns:
the x value
y
public double y()
Get the y value.
Returns:
the y value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java