Beispiel #1
0
 public Microsoft.MT.Web.Service.V2.GetTranslationsResponse[] GetTranslationsArray(string appId, string[] texts, string from, string to, int maxTranslations, Microsoft.MT.Web.Service.V2.TranslateOptions options)
 {
     return(base.Channel.GetTranslationsArray(appId, texts, from, to, maxTranslations, options));
 }
Beispiel #2
0
 public Microsoft.MT.Web.Service.V2.TranslateArrayResponse[] TranslateArray(string appId, string[] texts, string from, string to, Microsoft.MT.Web.Service.V2.TranslateOptions options)
 {
     return(base.Channel.TranslateArray(appId, texts, from, to, options));
 }
Beispiel #3
0
 public void AddTranslationArray(string appId, Microsoft.MT.Web.Service.V2.Translation[] translations, string from, string to, Microsoft.MT.Web.Service.V2.TranslateOptions options)
 {
     base.Channel.AddTranslationArray(appId, translations, from, to, options);
 }