FirebaseVisionLabel

public class FirebaseVisionLabel extends Object

Represents an image label detected by FirebaseVisionLabelDetector.

Public Method Summary

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

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

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.

Firebase gives you the tools and infrastructure you need to build better mobile and web apps, improve app quality, and grow your business.

Updated Sep 26, 2023

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 Jan 27, 2025

Reference for User

Updated Jul 27, 2022