Tài liệu tham khảo về khung MLKitBarcodeScanning
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
BarcodeAddress
class BarcodeAddress : NSObject
Địa chỉ.
-
Địa chỉ được định dạng, chứa nhiều dòng khi thích hợp.
Việc phân tích cú pháp các định dạng địa chỉ khá hạn chế. Thông thường, tất cả thông tin địa chỉ sẽ xuất hiện trên
dòng địa chỉ đầu tiên. Để xử lý địa chỉ tốt hơn, bạn nên phân tích cú pháp dữ liệu thô. Chiến lược phát hành đĩa đơn
dữ liệu thô có sẵn trong thuộc tính rawValue
của Barcode
.
Khai báo
Swift
var addressLines: [String]? { get }
-
-
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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."]]