public class FirebaseLanguageIdentificationOptions extends Object
This class is deprecated.
The standalone ML Kit SDK replaces this API. For more information, refer to the migration guide.
Options for
FirebaseLanguageIdentification
Nested Class Summary
class | FirebaseLanguageIdentificationOptions.Builder | Builder to create a
FirebaseLanguageIdentificationOptions instance. |
Public Method Summary
boolean | |
Float |
getConfidenceThreshold()
Returns the minimum confidence for the
identifyLanguage(String) or
identifyPossibleLanguages(String) call, or null if the
default value should be used.
|
int |
hashCode()
|
Inherited Method Summary
Public Methods
public boolean equals (Object o)
public Float getConfidenceThreshold ()
Returns the minimum confidence for the
identifyLanguage(String)
or
identifyPossibleLanguages(String)
call, or null
if the default
value should be used.