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

A model stored locally on the device.



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

An absolute path to a model file stored locally on the device.


Implementation
    public function get path():String
Constructor Detail
LocalModel()Constructor
public function LocalModel(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.