Packagecom.tuarua.firebase.ml.custom
Classpublic class CustomLocalModel
InheritanceCustomLocalModel Inheritance LocalModel Inheritance Object

A custom model stored locally on the device.



Public Properties
 PropertyDefined By
 Inheritedpath : String
[read-only] An absolute path to a model file stored locally on the device.
LocalModel
Public Methods
 MethodDefined By
  
CustomLocalModel(path:String)
Creates a new instance with the given model file path.
CustomLocalModel
Constructor Detail
CustomLocalModel()Constructor
public function CustomLocalModel(path:String)

Creates a new instance with the given model file path.

Parameters
path:String — An absolute path to the TensorFlow Lite model file stored locally on the device.