Referensi Framework MLKitEntityExtraction
MLKIBANEntity
@interface MLKIBANEntity : NSObject
Entitas IBAN yang diekstrak dari teks.
-
Nomor IBAN lengkap dalam bentuk kanonis. Misalnya, CH9300762011623852957
.
Pernyataan
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull IBAN;
-
Kode negara ISO 3166-1 alpha-2 (dua huruf). Misalnya, CH
.
Pernyataan
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull countryCode;
-
Pernyataan
Objective-C
- (nonnull instancetype)init;
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-08-21 UTC.
[null,null,["Terakhir diperbarui pada 2024-08-21 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."]]],[]]