public interface TemplateParallelTextClient extends ServiceClient
Modifier and Type | Method and Description |
---|---|
String |
generateSentence(Language language,
String templateId,
BoundChoiceParameter[] boundChoiceParameters,
BoundValueParameter[] boundValueParameters) |
String[] |
getCategoryNames(String categoryId,
Language[] languages) |
Template[] |
getTemplatesByTemplateId(Language language,
String[] templateIds) |
Category[] |
listTemplateCategories(Language language) |
Template[] |
searchTemplates(Language language,
String text,
MatchingMethod matchingMethod,
String[] categoryIds) |
addRequestHeader, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserId
Category[] listTemplateCategories(Language language) throws LangridException
LangridException
String[] getCategoryNames(String categoryId, Language[] languages) throws LangridException
LangridException
Template[] searchTemplates(Language language, String text, MatchingMethod matchingMethod, String[] categoryIds) throws LangridException
LangridException
Template[] getTemplatesByTemplateId(Language language, String[] templateIds) throws LangridException
LangridException
String generateSentence(Language language, String templateId, BoundChoiceParameter[] boundChoiceParameters, BoundValueParameter[] boundValueParameters) throws LangridException
LangridException