GoogleTranslatorService Methods |
The GoogleTranslatorService type exposes the following members.
Name | Description | |
---|---|---|
Detect |
Detects language of given text using free Google Translation API.
(Overrides AbstractMachineTranslationServiceDetect(String).) | |
IsAvailable |
Checks if everything required to run the service is in the settings of the service.
(Overrides BaseTranslationServiceIsAvailable.) | |
Speak |
Not supported by Google Translation API.
(Overrides AbstractMachineTranslationServiceSpeak(String, String).) | |
Translate |
Translates given text using free Google Translation API.
(Overrides AbstractMachineTranslationServiceTranslate(String, String, String).) |