Package | com.tuarua.firebase.ml.custom |
Class | public class ModelInterpreterOptions |
Inheritance | ModelInterpreterOptions ![]() |
Property | Defined By | ||
---|---|---|---|
localModel : CustomLocalModel [read-only] | ModelInterpreterOptions | ||
remoteModel : CustomRemoteModel [read-only] | ModelInterpreterOptions |
Method | Defined By | ||
---|---|---|---|
ModelInterpreterOptions |
localModel | property |
localModel:CustomLocalModel
[read-only] public function get localModel():CustomLocalModel
remoteModel | property |
remoteModel:CustomRemoteModel
[read-only] public function get remoteModel():CustomRemoteModel
ModelInterpreterOptions | () | Constructor |
public function ModelInterpreterOptions(localModel:CustomLocalModel = null, remoteModel:CustomRemoteModel = null)
localModel:CustomLocalModel (default = null )
| |
remoteModel:CustomRemoteModel (default = null )
|