MLKitEntityExtraction Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
-
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 }
-
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-10 UTC.
[null,null,["Last updated 2024-07-10 UTC."],[],[]]