MLKitEntityExtraction Framework Reference

  • MLKISBNEntity objects represent ISBN numbers extracted from text.

  • The primary property is ISBN, which stores the full ISBN number in canonical form (e.g., "9780007547999").

  • Attempting to initialize MLKISBNEntity using init directly is not allowed.

MLKISBNEntity


@interface MLKISBNEntity : NSObject

An ISBN entity extracted from text.

  • The full ISBN number in canonical form. For example, 9780007547999.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSString *_Nonnull ISBN;
  • Unavailable.

    Declaration

    Objective-C

    - (nonnull instancetype)init;