Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <Translator_scratches.TranslatorService.GetTranslationsResponse[]> GetTranslationsArrayAsync(string appId, string[] texts, string from, string to, int maxTranslations, Translator_scratches.TranslatorService.TranslateOptions options)
 {
     return(base.Channel.GetTranslationsArrayAsync(appId, texts, from, to, maxTranslations, options));
 }
Ejemplo n.º 2
0
 public Translator_scratches.TranslatorService.GetTranslationsResponse[] GetTranslationsArray(string appId, string[] texts, string from, string to, int maxTranslations, Translator_scratches.TranslatorService.TranslateOptions options)
 {
     return(base.Channel.GetTranslationsArray(appId, texts, from, to, maxTranslations, options));
 }
Ejemplo n.º 3
0
 public System.Threading.Tasks.Task AddTranslationArrayAsync(string appId, Translator_scratches.TranslatorService.Translation[] translations, string from, string to, Translator_scratches.TranslatorService.TranslateOptions options)
 {
     return(base.Channel.AddTranslationArrayAsync(appId, translations, from, to, options));
 }
Ejemplo n.º 4
0
 public void AddTranslationArray(string appId, Translator_scratches.TranslatorService.Translation[] translations, string from, string to, Translator_scratches.TranslatorService.TranslateOptions options)
 {
     base.Channel.AddTranslationArray(appId, translations, from, to, options);
 }
Ejemplo n.º 5
0
 public System.Threading.Tasks.Task <Translator_scratches.TranslatorService.TranslateArray2Response[]> TranslateArray2Async(string appId, string[] texts, string from, string to, Translator_scratches.TranslatorService.TranslateOptions options)
 {
     return(base.Channel.TranslateArray2Async(appId, texts, from, to, options));
 }
Ejemplo n.º 6
0
 public Translator_scratches.TranslatorService.TranslateArray2Response[] TranslateArray2(string appId, string[] texts, string from, string to, Translator_scratches.TranslatorService.TranslateOptions options)
 {
     return(base.Channel.TranslateArray2(appId, texts, from, to, options));
 }