Пример #1
0
 public System.Threading.Tasks.Task <Southwind.Web.BingTranslationService.GetTranslationsResponse[]> GetTranslationsArrayAsync(string appId, string[] texts, string from, string to, int maxTranslations, Southwind.Web.BingTranslationService.TranslateOptions options)
 {
     return(base.Channel.GetTranslationsArrayAsync(appId, texts, from, to, maxTranslations, options));
 }
Пример #2
0
 public Southwind.Web.BingTranslationService.GetTranslationsResponse[] GetTranslationsArray(string appId, string[] texts, string from, string to, int maxTranslations, Southwind.Web.BingTranslationService.TranslateOptions options)
 {
     return(base.Channel.GetTranslationsArray(appId, texts, from, to, maxTranslations, options));
 }
Пример #3
0
 public void AddTranslationArray(string appId, Southwind.Web.BingTranslationService.Translation[] translations, string from, string to, Southwind.Web.BingTranslationService.TranslateOptions options)
 {
     base.Channel.AddTranslationArray(appId, translations, from, to, options);
 }
Пример #4
0
 public System.Threading.Tasks.Task AddTranslationArrayAsync(string appId, Southwind.Web.BingTranslationService.Translation[] translations, string from, string to, Southwind.Web.BingTranslationService.TranslateOptions options)
 {
     return(base.Channel.AddTranslationArrayAsync(appId, translations, from, to, options));
 }
Пример #5
0
 public Southwind.Web.BingTranslationService.TranslateArray2Response[] TranslateArray2(string appId, string[] texts, string from, string to, Southwind.Web.BingTranslationService.TranslateOptions options)
 {
     return(base.Channel.TranslateArray2(appId, texts, from, to, options));
 }