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