public class FirebaseAutoMLLocalModel extends FirebaseLocalModel
This class is deprecated.
The standalone ML Kit SDK replaces this API. For more information, refer to the migration guide.
Describes a local model created from local or asset files.
Defines the model's location (either absolute file path in local directory, or subpath in the app's asset directory) and the model name.
Nested Class Summary
class | FirebaseAutoMLLocalModel.Builder | Builder class of
FirebaseAutoMLLocalModel . |