Uses of Class
com.google.api.translate.Language

Packages that use Language
com.google.api.detect   
com.google.api.translate   
me.escapeNT.pail   
me.escapeNT.pail.config   
 

Uses of Language in com.google.api.detect
 

Methods in com.google.api.detect that return Language
 Language DetectResult.getLanguage()
           
 

Methods in com.google.api.detect with parameters of type Language
 void DetectResult.setLanguage(Language language)
           
 

Constructors in com.google.api.detect with parameters of type Language
DetectResult(Language language, boolean reliable, double confidence)
           
 

Uses of Language in com.google.api.translate
 

Methods in com.google.api.translate that return Language
static Language Language.fromString(String pLanguage)
           
static Language Language.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Language[] Language.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.api.translate with parameters of type Language
static String[] Translate.execute(String[] text, Language[] from, Language[] to)
          Translates text from a given Language to another given Language using Google Translate.
static String[] Translate.execute(String[] text, Language[] from, Language[] to)
          Translates text from a given Language to another given Language using Google Translate.
static String[] Translate.execute(String[] text, Language from, Language to)
          Translates an array of text Strings from a given Language to another given Language using Google Translate.
static String Translate.execute(String text, Language from, Language to)
          Translates text from a given Language to another given Language using Google Translate.
static String[] Translate.execute(String text, Language from, Language[] to)
          Translates a String from a given Language to an Array of Languages using Google Translate.
static String[] Translate.execute(String text, Language from, Language[] to)
          Translates a String from a given Language to an Array of Languages using Google Translate.
static String Translate.translate(String text, Language from, Language to)
          Deprecated. Replaced by execute().
 

Uses of Language in me.escapeNT.pail
 

Methods in me.escapeNT.pail that return Language
 Language Pail.getLanguage()
          Gets the currently selected language.
 

Uses of Language in me.escapeNT.pail.config
 

Methods in me.escapeNT.pail.config that return Language
static Language General.getLang()
           
 

Methods in me.escapeNT.pail.config with parameters of type Language
static void General.setLang(Language aLang)
           
 



Copyright © 2011. All Rights Reserved.