MLKitBarcodeScanning 架構參考資料

MLKBarcodeAddress


@interface MLKBarcodeAddress : NSObject

地址。

  • 格式化地址,視情況包含多行地址。

    剖析地址格式的能力相當有限。一般而言,所有地址資訊都會顯示在 第一行地址為了更妥善處理地址,建議您剖析原始資料。 原始資料位於 BarcoderawValue 資源中。

    聲明

    Objective-C

    @property (nonatomic, readonly, nullable) NSArray<NSString *> *addressLines;
  • 地址類型。

    聲明

    Objective-C

    @property (nonatomic, readonly) MLKBarcodeAddressType type;
  • 無法使用。

    聲明

    Objective-C

    - (nonnull instancetype)init;