public class FirebaseTranslateRemoteModel extends FirebaseRemoteModel
This class is deprecated.
The standalone ML Kit SDK replaces this API. For more information, refer to the migration guide.
Information about a downloaded or to-be-downloaded model for translation.
Nested Class Summary
class | FirebaseTranslateRemoteModel.Builder | Builder for a
FirebaseTranslateRemoteModel . |
Public Method Summary
boolean | |
int |
getLanguage()
The
FirebaseTranslateLanguage.TranslateLanguage associated with this
model.
|
String |
getLanguageCode()
The BCP-47 language code associated with this model.
|
int |
hashCode()
|
Inherited Method Summary
Public Methods
public boolean equals (Object o)
public int getLanguage ()
The
FirebaseTranslateLanguage.TranslateLanguage
associated with this model.
public String getLanguageCode ()
The BCP-47 language code associated with this model.