MLKitEntityExtraction-Framework-Referenz
MLKIBANEntity
@interface MLKIBANEntity : NSObject
Eine aus Text extrahierte IBAN-Entität.
-
Die vollständige IBAN in kanonischer Form. Beispiel: CH9300762011623852957
.
Erklärung
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull IBAN;
-
Der Ländercode gemäß ISO 3166-1 Alpha-2 (zwei Buchstaben). Beispiel: CH
.
Erklärung
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull countryCode;
-
Erklärung
Objective-C
- (nonnull instancetype)init;
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-08-21 (UTC).
[null,null,["Zuletzt aktualisiert: 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."]]],[]]