MLKitBarcodeScanning 프레임워크 참조
BarcodeAddress
class BarcodeAddress : NSObject
주소입니다.
-
형식이 지정된 주소(해당하는 경우 여러 줄 포함)
주소 형식 파싱은 매우 제한적입니다. 일반적으로 모든 주소 정보는 첫 번째 주소 줄에 표시됩니다. 주소를 더 잘 처리하려면 원시 데이터를 파싱하는 것이 좋습니다. 원시 데이터는 Barcode
의 rawValue
속성에서 사용할 수 있습니다.
선언
Swift
var addressLines: [String]? { get }
-
-
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-12-01(UTC)
[null,null,["최종 업데이트: 2024-12-01(UTC)"],[[["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."]]],[]]