public class FirebaseLocalModelSource extends Object
The model source for models created from local/asset files.
The model source defines the model's location (either absolute file path in local directory, or sub-path in the app asset directory), and the model name.
Nested Class Summary
class | FirebaseLocalModelSource.Builder | Builder class of
FirebaseLocalModelSource . |
Public Method Summary
boolean | |
String |
getAssetFilePath()
Gets the sub path of the model under app's asset folder.
|
String |
getFilePath()
Gets the file path of the local model source.
|
String |
getModelName()
Gets the model name of the local model source.
|
int |
hashCode()
|
Inherited Method Summary
Public Methods
public boolean equals (Object o)
public String getAssetFilePath ()
Gets the sub path of the model under app's asset folder.
public String getFilePath ()
Gets the file path of the local model source.
public String getModelName ()
Gets the model name of the local model source.