FirebaseVisionBarcode.PersonName

public static class FirebaseVisionBarcode.PersonName extends Object

A person's name, both formatted version and individual name components.

Public Method Summary

String
getFirst()
Gets first name.
String
getFormattedName()
Gets the properly formatted name.
String
getLast()
Gets last name.
String
getMiddle()
Gets middle name.
String
getPrefix()
Gets prefix of the name.
String
getPronunciation()
Designates a text string to be set as the kana name in the phonebook.
String
getSuffix()
Gets suffix of the person's name.

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 String getFirst ()

Gets first name.

public String getFormattedName ()

Gets the properly formatted name.

public String getLast ()

Gets last name.

public String getMiddle ()

Gets middle name.

public String getPrefix ()

Gets prefix of the name.

public String getPronunciation ()

Designates a text string to be set as the kana name in the phonebook. Used for Japanese contacts.

public String getSuffix ()

Gets suffix of the person's name.

Make the most of Firebase data with key integrations.

Updated Feb 6, 2025

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

Updated Dec 17, 2020

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

Updated May 4, 2022