MLKitEntityExtraction Çerçevesi Referansı
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
MLKIBANEntity
@interface MLKIBANEntity : NSObject
Metinden çıkarılan IBAN varlığı.
-
Standart biçimdeki IBAN numarasının tamamı. Örneğin, CH9300762011623852957
.
Bildirim
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull IBAN;
-
ISO 3166-1 alpha-2 ülke kodu (iki harfli). Örneğin, CH
.
Bildirim
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull countryCode;
-
Bildirim
Objective-C
- (nonnull instancetype)init;
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-08-21 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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."]]],["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"]]