MLKitBarcodeScanning Framework রেফারেন্স
বারকোড ঠিকানা
class BarcodeAddress : NSObject
একটি ঠিকানা।
ফরম্যাট করা ঠিকানা, উপযুক্ত হলে একাধিক লাইন সমন্বিত।
ঠিকানা বিন্যাস পার্সিং বেশ সীমিত. সাধারণত সব ঠিকানা তথ্য প্রথম ঠিকানা লাইন প্রদর্শিত হবে. ঠিকানাগুলিকে আরও ভালভাবে পরিচালনা করতে, কাঁচা ডেটা পার্স করার পরামর্শ দেওয়া হয়। কাঁচা ডেটা Barcode
rawValue
সম্পত্তিতে উপলব্ধ।
ঘোষণা
সুইফট
var addressLines: [String]? { get }
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-14 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-14 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."]]],[]]