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