Package | com.tuarua.firebase.ml.custom |
Class | public class LocalModel |
Inheritance | LocalModel ![]() |
Subclasses | CustomLocalModel |
Property | Defined By | ||
---|---|---|---|
path : String [read-only] An absolute path to a model file stored locally on the device. | LocalModel |
Method | Defined By | ||
---|---|---|---|
LocalModel(path:String)
Creates a new instance with the given model file path. | LocalModel |
path | property |
path:String
[read-only] An absolute path to a model file stored locally on the device.
public function get path():String
LocalModel | () | Constructor |
public function LocalModel(path:String)
Creates a new instance with the given model file path.
Parameterspath:String — An absolute path to the TensorFlow Lite model file stored locally on the device.
|