FirebaseLocalModelSource

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

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

Inherited Method Summary

Object
clone()
boolean
equals(Object arg0)
void
finalize()
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

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.

public int hashCode ()