MLKitBarcodeScanning 架構參考資料
BarcodeAddress
class BarcodeAddress : NSObject
地址。
-
格式化地址,必要時包含多行。
地址格式的剖析功能相當有限。通常,所有地址資訊都會顯示在第一行地址上。為妥善處理地址,建議您剖析原始資料。原始資料可在 Barcode
的 rawValue
屬性中取得。
聲明
Swift
var addressLines: [String]? { get }
-
-
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-12-01 (世界標準時間)。
[null,null,["上次更新時間:2024-12-01 (世界標準時間)。"],[[["BarcodeAddress represents a parsed address with properties for formatted lines and address type."],["Address parsing is limited, often placing all information on the first line; using raw data from Barcode's `rawValue` is recommended for more comprehensive address handling."],["It includes properties like `addressLines` for formatted address lines and `type` for address classification."]]],[]]