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