FIRAutoMLLocalModel
@interface FIRAutoMLLocalModel : FIRLocalModel
An AutoML Vision Edge model stored locally on the device.
-
Creates a new instance with the given manifest file path.
Declaration
Objective-C
- (nonnull instancetype)initWithManifestPath:(nonnull NSString *)manifestPath;
Parameters
manifestPath
An absolute path to the manifest file of an AutoML Vision Edge model.
Return Value
A new
AutoMLLocalModel
instance. -
Unavailable.
Declaration
Objective-C
- (nonnull instancetype)init;