public final class FirebaseVisionPoint extends Object
Represent a 2D or 3D point for FirebaseVision
.
Public Method Summary
boolean | |
Float |
getX()
Gets x coordinate.
|
Float |
getY()
Gets y coordinate.
|
Float |
getZ()
Gets z coordinate (or depth).
|
int |
hashCode()
|
String |
toString()
|
Inherited Method Summary
Public Methods
public boolean equals (Object o)
public Float getX ()
Gets x coordinate.
public Float getY ()
Gets y coordinate.
public Float getZ ()
Gets z coordinate (or depth). Z is null if it is a 2D point.