MLKitEntityExtraction Framework Reference

  • ISBNEntity is an NSObject class representing an ISBN extracted from text.

  • It provides a isbn property to access the full ISBN number in canonical form (e.g., "9780007547999").

  • The initializer for ISBNEntity is unavailable.

ISBNEntity

class ISBNEntity : NSObject

An ISBN entity extracted from text.

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

    Declaration

    Swift

    var isbn: String { get }
  • Unavailable.