| Package | com.tuarua.firebase.ml.vision.barcode |
| Class | public class BarcodeContactInfo |
| Inheritance | BarcodeContactInfo Object |
| Property | Defined By | ||
|---|---|---|---|
| addresses : Vector.<BarcodeAddress>
Person's or organization's addresses. | BarcodeContactInfo | ||
| emails : Vector.<BarcodeEmail>
Contact emails. | BarcodeContactInfo | ||
| jobTitle : String
A job title. | BarcodeContactInfo | ||
| name : String
A person's name. | BarcodeContactInfo | ||
| organization : String
A business organization. | BarcodeContactInfo | ||
| phones : Vector.<BarcodePhone>
Contact phone numbers. | BarcodeContactInfo | ||
| urls : Vector.<String>
Contact URLs. | BarcodeContactInfo | ||
| addresses | property |
public var addresses:Vector.<BarcodeAddress>Person's or organization's addresses.
| emails | property |
public var emails:Vector.<BarcodeEmail>Contact emails.
| jobTitle | property |
public var jobTitle:StringA job title.
| name | property |
public var name:StringA person's name.
| organization | property |
public var organization:StringA business organization.
| phones | property |
public var phones:Vector.<BarcodePhone>Contact phone numbers.
| urls | property |
public var urls:Vector.<String>Contact URLs.