مرجع چارچوب MLKitEntityExtraction
موجودیت MLKIBAN
@interface MLKIBANEntity : NSObject
یک موجودیت IBAN که از متن استخراج شده است.
شماره IBAN کامل به صورت متعارف. به عنوان مثال، CH9300762011623852957
.
اعلامیه
هدف-C
@property (nonatomic, readonly) NSString *_Nonnull IBAN;
کد کشور ISO 3166-1 آلفا-2 (دو حرف). به عنوان مثال، CH
.
اعلامیه
هدف-C
@property (nonatomic, readonly) NSString *_Nonnull countryCode;
اعلامیه
هدف-C
- (nonnull instancetype)init;
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-11-14 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-11-14 بهوقت ساعت هماهنگ جهانی."],[[["`MLKIBANEntity` represents an International Bank Account Number (IBAN) extracted from text."],["It provides access to the full IBAN in canonical form and the ISO 3166-1 alpha-2 country code."],["The `init` method is unavailable; presumably, instances are created through other means within the framework."]]],[]]