مرجع إطار عمل MLKitEntityاستخراجion
MLKIBANEntity
@interface MLKIBANEntity : NSObject
كيان رقم الحساب بصيغة IBAN المستخرج من النص.
-
رقم الحساب بصيغة IBAN بالكامل بصيغة أساسية. مثلاً: CH9300762011623852957
بيان الإفصاح
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull IBAN;
-
تمثّل هذه السمة رمز البلد بصيغة ISO 3166-1 alpha-2 (حرفان). مثلاً: CH
بيان الإفصاح
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull countryCode;
-
بيان الإفصاح
Objective-C
- (nonnull instancetype)init;
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-21 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-08-21 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`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."]]],[]]