C# Class SubLib.Core.Translator

Allows translating subtitles from one language to another using Google Translate service.
Afficher le fichier Open project: GNOME/gnome-subtitles

Méthodes publiques

Méthode Description
TranslateText ( string inputText, string fromLanguage, string toLanguage, int timeoutMillis ) : string

Translates given text between two given languages.

Private Methods

Méthode Description
ProcessJson ( string responseJson ) : string

Processes JSON response from Google Translate service.

Method Details

TranslateText() public static méthode

Translates given text between two given languages.
public static TranslateText ( string inputText, string fromLanguage, string toLanguage, int timeoutMillis ) : string
inputText string
fromLanguage string
toLanguage string
timeoutMillis int
Résultat string