Пример #1
0
 public Krea.MicrosoftTranslator.GetTranslationsResponse[] GetTranslationsArray(string appId, string[] texts, string from, string to, int maxTranslations, Krea.MicrosoftTranslator.TranslateOptions options)
 {
     return(base.Channel.GetTranslationsArray(appId, texts, from, to, maxTranslations, options));
 }
Пример #2
0
 public Krea.MicrosoftTranslator.TranslateArrayResponse[] TranslateArray(string appId, string[] texts, string from, string to, Krea.MicrosoftTranslator.TranslateOptions options)
 {
     return(base.Channel.TranslateArray(appId, texts, from, to, options));
 }
Пример #3
0
 public void AddTranslationArray(string appId, Krea.MicrosoftTranslator.Translation[] translations, string from, string to, Krea.MicrosoftTranslator.TranslateOptions options)
 {
     base.Channel.AddTranslationArray(appId, translations, from, to, options);
 }