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 
              FirebaseLanguageIdentificationOptionsinstance. | |
Public Method Summary
| boolean | |
| Float | 
                  
                  getConfidenceThreshold()
                   
                    Returns the minimum confidence for the  
                    identifyLanguage(String)or
                    identifyPossibleLanguages(String)call, ornullif 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.