Beispiel #1
0
 public fanyi.ServiceReference1.GetTranslationsResponse[] GetTranslationsArray(string appId, string[] texts, string from, string to, int maxTranslations, fanyi.ServiceReference1.TranslateOptions options)
 {
     return(base.Channel.GetTranslationsArray(appId, texts, from, to, maxTranslations, options));
 }
Beispiel #2
0
 public fanyi.ServiceReference1.TranslateArray2Response[] TranslateArray2(string appId, string[] texts, string from, string to, fanyi.ServiceReference1.TranslateOptions options)
 {
     return(base.Channel.TranslateArray2(appId, texts, from, to, options));
 }
Beispiel #3
0
 public void AddTranslationArray(string appId, fanyi.ServiceReference1.Translation[] translations, string from, string to, fanyi.ServiceReference1.TranslateOptions options)
 {
     base.Channel.AddTranslationArray(appId, translations, from, to, options);
 }