Referensi Framework MLKitBarcodeScanning
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
BarcodeAddress
class BarcodeAddress : NSObject
Alamat.
-
Alamat yang diformat, berisi beberapa baris jika sesuai.
Penguraian format alamat sangat terbatas. Biasanya semua informasi alamat
akan muncul di
baris alamat pertama. Untuk menangani alamat dengan lebih baik, disarankan untuk mengurai data mentah. Tujuan
data mentah tersedia di properti rawValue
Barcode
.
Pernyataan
Swift
var addressLines: [String]? { get }
-
-
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-25 UTC.
[null,null,["Terakhir diperbarui pada 2025-07-25 UTC."],[[["\u003cp\u003eBarcodeAddress represents a parsed address with properties for formatted lines and address type.\u003c/p\u003e\n"],["\u003cp\u003eAddress parsing is limited, often placing all information on the first line; using raw data from Barcode's \u003ccode\u003erawValue\u003c/code\u003e is recommended for more comprehensive address handling.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties like \u003ccode\u003eaddressLines\u003c/code\u003e for formatted address lines and \u003ccode\u003etype\u003c/code\u003e for address classification.\u003c/p\u003e\n"]]],["The `BarcodeAddress` class represents a parsed address, primarily intended for extracting address information from a barcode. It features `addressLines`, an optional array of strings representing formatted address lines, and `type`, indicating the address type. The address parsing is limited, and the raw address data can be found in the `rawValue` property of the parent `Barcode` class for more complex parsing. Initialization of this class directly is unavailable.\n"],null,["# MLKitBarcodeScanning Framework Reference\n\nBarcodeAddress\n==============\n\n class BarcodeAddress : NSObject\n\nAn address.\n- `\n ``\n ``\n `\n\n ### [addressLines](#/c:objc(cs)MLKBarcodeAddress(py)addressLines)\n\n `\n ` \n Formatted address, containing multiple lines when appropriate.\n\n The parsing of address formats is quite limited. Typically all address information will appear on\n the first address line. To handle addresses better, it is recommended to parse the raw data. The\n raw data is available in [Barcode](../Classes/Barcode.html)'s `rawValue` property. \n\n #### Declaration\n\n Swift \n\n var addressLines: [String]? { get }\n\n- `\n ``\n ``\n `\n\n ### [type](#/c:objc(cs)MLKBarcodeAddress(py)type)\n\n `\n ` \n Address type. \n\n #### Declaration\n\n Swift \n\n var type: ../Type-Definitions.html#/c:MLKBarcode.h@T@MLKBarcodeAddressType { get }\n\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)MLKBarcodeAddress(im)init)\n\n `\n ` \n Unavailable."]]