FirebaseVisionImageLabel

public class FirebaseVisionImageLabel extends Object

Represents an image label detected by FirebaseVisionImageLabeler.

Public Method Summary

boolean
float
getConfidence()
Gets overall confidence of the result.
String
getEntityId()
Gets opaque entity ID.
String
getText()
Gets a detected label from the given image.
int

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 getConfidence ()

Gets overall confidence of the result. Range [0.0f, 1.0f].

public String getEntityId ()

Gets opaque entity ID. IDs are available in Google Knowledge Graph Search API

public String getText ()

Gets a detected label from the given image. The label returned here is in English only. The end developer should use getEntityId() to retrieve unique id.

public int hashCode ()

ML Kit for Firebase provided ready-to-use ML solutions for app developers. New apps should use the standalone ML Kit library for on-device ML and Firebase ML for cloud-based ML.

Updated Feb 20, 2025

ML Kit for Firebase provided ready-to-use ML solutions for app developers. New apps should use the standalone ML Kit library for on-device ML and Firebase ML for cloud-based ML.

Updated Feb 21, 2025