MicrosoftTranslatorService Methods |
The MicrosoftTranslatorService type exposes the following members.
Name | Description | |
---|---|---|
![]() | Detect |
Detects language of given text using Translator Text API azure cognitive service.
(Overrides AbstractMachineTranslationServiceDetect(String).) |
![]() | IsAvailable |
Checks if everything required to run the service is in the settings of the service.
(Overrides BaseTranslationServiceIsAvailable.) |
![]() | Speak |
Returns stream of wav file generated by Translator Text API azure cognitive service.
(Overrides AbstractMachineTranslationServiceSpeak(String, String).) |
![]() | Translate |
Translates given text using Translator Text API azure cognitive service.
(Overrides AbstractMachineTranslationServiceTranslate(String, String, String).) |