Packagecom.tuarua.firebase.ml.vision.barcode
Classpublic class BarcodePersonName
InheritanceBarcodePersonName Inheritance Object

A person’s name, both formatted and as individual name components.



Public Properties
 PropertyDefined By
  first : String
First name.
BarcodePersonName
  formattedName : String
Properly formatted name.
BarcodePersonName
  last : String
Last name.
BarcodePersonName
  middle : String
Middle name.
BarcodePersonName
  prefix : String
Name prefix.
BarcodePersonName
  pronunciation : String
Designates a text string to be set as the kana name in the phonebook.
BarcodePersonName
  suffix : String
Name suffix.
BarcodePersonName
Property Detail
firstproperty
public var first:String

First name.

formattedNameproperty 
public var formattedName:String

Properly formatted name.

lastproperty 
public var last:String

Last name.

middleproperty 
public var middle:String

Middle name.

prefixproperty 
public var prefix:String

Name prefix.

pronunciationproperty 
public var pronunciation:String

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

suffixproperty 
public var suffix:String

Name suffix.