Click or drag to resize
AbstractMachineTranslationService Methods

The AbstractMachineTranslationService type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClearHashtables
Clears the hashtables of cached services.
Public methodDetect
Detects language of given text using the service.
Public methodStatic memberGetTranslationService
Dynamically loads the provider from the TranslationServiceInfo object information.
Public methodIsAvailable
Checks if everything required to run the service is in the settings of the service.
(Inherited from BaseTranslationService.)
Public methodSpeak
Returns stream of wav file generated using the service.
Public methodTranslate
Translates given text using the service.
Top
See Also