Method | Description | |
---|---|---|
Detect ( String Text ) : DataServiceQuery |
|
|
GetLanguagesForTranslation ( ) : DataServiceQuery |
|
|
Translate ( String Text, String To, String From ) : DataServiceQuery |
|
|
TranslatorContainer ( |
public Detect ( String Text ) : DataServiceQuery |
||
Text | String | the text whose language is to be identified Sample Values : hello |
return | DataServiceQuery |
public GetLanguagesForTranslation ( ) : DataServiceQuery |
||
return | DataServiceQuery |
public Translate ( String Text, String To, String From ) : DataServiceQuery |
||
Text | String | the text to translate Sample Values : hello |
To | String | the language code to translate the text into Sample Values : nl |
From | String | the language code of the translation text Sample Values : en |
return | DataServiceQuery |
public TranslatorContainer ( |
||
serviceRoot | ||
return | System |