MLKitEntityExtraction Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
-
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;
-
Declaration
Objective-C
- (nonnull instancetype)init;
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."],[],[]]