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