public class Language
extends java.lang.Object
implements java.io.Serializable
LanguageIdentifyService service. Contains the ISO-639 code of the detected language, an
 alternative name (e.g. the english name of the language) and a flag that denotes that the identifier is certain about
 the detected language or that there are doubts about the result.| Constructor and Description | 
|---|
Language(java.lang.String isoLanguage,
        java.lang.String alternativeName,
        boolean isCertain)
create result object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getAlternativeName()  | 
java.lang.String | 
getIsoLanguage()  | 
boolean | 
isCertain()  | 
java.lang.String | 
toString()  | 
public Language(java.lang.String isoLanguage,
        java.lang.String alternativeName,
        boolean isCertain)
public java.lang.String getIsoLanguage()
public java.lang.String getAlternativeName()
public boolean isCertain()
public java.lang.String toString()
toString in class java.lang.Object