Point2D Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. search. visualsearch. models. ResponseBase - com.
microsoft. azure. cognitiveservices. search. visualsearch. models. Identifiable - com.
microsoft. azure. cognitiveservices. search. visualsearch. models. Response - com.
microsoft. azure. cognitiveservices. search. visualsearch. models. Thing - com.
microsoft. azure. cognitiveservices. search. visualsearch. models. Intangible - com.
microsoft. azure. cognitiveservices. search. visualsearch. models. StructuredValue - com.
microsoft. azure. cognitiveservices. search. visualsearch. models. Point2D
- com.
- com.
- com.
- com.
- com.
- com.
- com.
public class Point2D
extends StructuredValue
The Point2D model.
Constructor Summary
Constructor | Description | |
---|---|---|
Point2D() |
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. |
Methods inherited from Identifiable
Methods inherited from Response
Methods inherited from Thing
Methods inherited from java.lang.Object
java.lang.Object.clone
java.lang.Object.equals
java.lang.Object.finalize
java.lang.Object.getClass
java.lang.Object.hashCode
java.lang.Object.notify
java.lang.Object.notifyAll
java.lang.Object.toString
java.lang.Object.wait
java.lang.Object.wait
java.lang.Object.wait
Constructor Details
Point2D
public Point2D()
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