MLKitEntityExtraction 프레임워크 참조
MLKIBANEntity
@interface MLKIBANEntity : NSObject
텍스트에서 추출된 IBAN 개체입니다.
-
표준 형식의 전체 IBAN 번호입니다. 예를 들면 CH9300762011623852957
입니다.
선언
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull IBAN;
-
ISO 3166-1 alpha-2 국가 코드입니다 (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 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-21(UTC)
[null,null,["최종 업데이트: 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"]]