public static class FirebaseVisionBarcode.Address extends Object
  
  
  An address.
Nested Class Summary
| @interface | FirebaseVisionBarcode.Address.AddressType | Address type constants. | |
Constant Summary
| int | TYPE_HOME | Address type home. | 
| int | TYPE_UNKNOWN | Address type unknown. | 
| int | TYPE_WORK | Address type work. | 
Public Method Summary
| String[] | 
                  
                  getAddressLines()
                   
                    Gets formatted address, multiple lines when appropriate.
                   | 
| int | 
                  
                  getType()
                   
                    Gets type of the address.
                   | 
Inherited Method Summary
Constants
public static final int TYPE_HOME
Address type home.
            Constant Value: 2
          
        public static final int TYPE_UNKNOWN
Address type unknown.
            Constant Value: 0
          
        public static final int TYPE_WORK
Address type work.
            Constant Value: 1
          
        Public Methods
public String[] getAddressLines ()
Gets formatted address, multiple lines when appropriate. This field always contains at least one line.
public int getType ()
Gets type of the address.