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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java