public static class

Barcode.PersonName

extends Object
implements Parcelable
java.lang.Object
   ↳ com.google.android.gms.vision.barcode.Barcode.PersonName

Class Overview

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

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public String first
public String formattedName Properly formatted name.
public String last
public String middle
public String prefix
public String pronunciation Designates a text string to be set as the kana name in the phonebook.
public String suffix
Public Constructors
Barcode.PersonName()
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public String first

public String formattedName

Properly formatted name.

public String last

public String middle

public String prefix

public String pronunciation

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

public String suffix

Public Constructors

public Barcode.PersonName ()