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 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[],["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"]]