public class Language extends Object implements Serializable
Language(String lang)
Language(String lang, double confidence)
boolean
equals(Object obj)
double
getConfidence()
String
getLang()
int
hashCode()
toString()
getClass, notify, notifyAll, wait, wait, wait
public Language(String lang)
public Language(String lang, double confidence)
public String getLang()
public double getConfidence()
public String toString()
toString
Object
public int hashCode()
hashCode
public boolean equals(Object obj)
equals
Copyright © 2020 The Apache Software Foundation. All rights reserved.