FirebaseVisionPoint

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
String

Inherited Method Summary

Object
clone()
boolean
equals(Object arg0)
void
finalize()
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

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.

public int hashCode ()

public String toString ()

Code-first framework for orchestrating, deploying, and monitoring generative AI workflows.

Updated Aug 1, 2024

The Admin SDK lets you interact with Firebase from your server environment to perform actions like generating and verifying Firebase auth tokens, reading and writing to Realtime Database, and so on.

Updated Nov 12, 2024

The Admin SDK lets you interact with Firebase from your server environment to perform actions like generating and verifying Firebase auth tokens, reading and writing to Realtime Database, and so on.

Updated Nov 12, 2024