Справочник по платформе MLKitEntityExtraction
МЛКИБАНEntity
@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 "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-01-07 UTC.
[null,null,["Последнее обновление: 2025-01-07 UTC."],[[["`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."]]],["The `MLKIBANEntity` class represents an IBAN extracted from text. It has two read-only properties: `IBAN`, the full IBAN in canonical form (e.g., CH9300762011623852957), and `countryCode`, the ISO 3166-1 alpha-2 country code (e.g., CH). The `init` method is unavailable, so the object cannot be directly created. This class is designed for information extraction regarding IBAN data.\n"]]