VisionBarcodeAddress
class VisionBarcodeAddress : NSObjectAn address.
- 
                  
                  Formatted address, containing multiple lines when appropriate. The parsing of address formats is quite limited. Typically all address information will appear on the first address line. To handle addresses better, it is recommended to parse the raw data. The raw data is available in FIRVisionBarcode‘srawValueproperty.DeclarationSwift var addressLines: [String]? { get }
- 
                  
                  Address type. DeclarationSwift var type: VisionBarcodeAddressType { get }
- 
                  
                  Unavailable.