public MicrosoftTranslator.TranslatorService.GetTranslationsResponse[] GetTranslationsArray(string appId, string[] texts, string from, string to, int maxTranslations, MicrosoftTranslator.TranslatorService.TranslateOptions options)
 {
     return(base.Channel.GetTranslationsArray(appId, texts, from, to, maxTranslations, options));
 }
 public MicrosoftTranslator.TranslatorService.TranslateArray2Response[] TranslateArray2(string appId, string[] texts, string from, string to, MicrosoftTranslator.TranslatorService.TranslateOptions options)
 {
     return(base.Channel.TranslateArray2(appId, texts, from, to, options));
 }
 public void AddTranslationArray(string appId, MicrosoftTranslator.TranslatorService.Translation[] translations, string from, string to, MicrosoftTranslator.TranslatorService.TranslateOptions options)
 {
     base.Channel.AddTranslationArray(appId, translations, from, to, options);
 }