FirebaseVisionCloudText.TextProperty

public static class FirebaseVisionCloudText.TextProperty extends Object

Additional information detected on the structural component.

Public Method Summary

FirebaseVisionCloudText.DetectedBreak
getDetectedBreak()
Gets detected start or end of a text segment.
List<FirebaseVisionCloudText.DetectedLanguage>
getDetectedLanguages()
Gets a list of detected languages together with confidence.

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 FirebaseVisionCloudText.DetectedBreak getDetectedBreak ()

Gets detected start or end of a text segment.

public List<FirebaseVisionCloudText.DetectedLanguage> getDetectedLanguages ()

Gets a list of detected languages together with confidence.

Returns an empty list if no language is detected.