MLKEntity
@interface MLKEntity : NSObject
텍스트의 하위 문자열에서 추출된 항목입니다.
-
추출된 항목의 유형입니다.
선언
Objective-C
@property (nonatomic, readonly) MLKEntityExtractionEntityType _Nonnull entityType;
-
특정 시간을 포함하는 시간 참조 항목이며, 텍스트에서 추출되지 않은 경우
nil
입니다.선언
Objective-C
@property (nonatomic, readonly, nullable) MLKDateTimeEntity *dateTimeEntity;
-
IATA 형식의 항공편 번호 항목 또는
nil
(텍스트에서 추출하지 않은 경우)선언
Objective-C
@property (nonatomic, readonly, nullable) MLKFlightNumberEntity *flightNumberEntity;
-
국제 은행 계좌 번호(IBAN) 항목 또는
nil
(텍스트에서 추출되지 않은 경우)선언
Objective-C
@property (nonatomic, readonly, nullable) MLKIBANEntity *IBANEntity;
-
국제 표준 도서 번호(ISBN) 항목 또는
nil
(텍스트에서 추출하지 않은 경우)선언
Objective-C
@property (nonatomic, readonly, nullable) MLKISBNEntity *ISBNEntity;
-
금액이나
nil
(텍스트에서 추출되지 않은 경우)를 나타내는 항목입니다.선언
Objective-C
@property (nonatomic, readonly, nullable) MLKMoneyEntity *moneyEntity;
-
결제 카드 항목 또는
nil
(텍스트에서 추출하지 않은 경우)선언
Objective-C
@property (nonatomic, readonly, nullable) MLKPaymentCardEntity *paymentCardEntity;
-
배송의 운송장 번호 항목 또는
nil
(텍스트에서 추출하지 않은 경우)선언
Objective-C
@property (nonatomic, readonly, nullable) MLKTrackingNumberEntity *trackingNumberEntity;
-
사용할 수 없습니다.
선언
Objective-C
- (nonnull instancetype)init;