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