public interface TemplateParallelTextService
Modifier and Type | Method and Description |
---|---|
String |
generateSentence(String language,
String templateId,
BoundChoiceParameter[] boundChoiceParameters,
BoundValueParameter[] boundValueParameters) |
String[] |
getCategoryNames(String categoryId,
String[] languages) |
Template[] |
getTemplatesByTemplateId(String language,
String[] templateIds) |
Category[] |
listTemplateCategories(String language) |
Template[] |
searchTemplates(String language,
String text,
String matchingMethod,
String[] categoryIds) |
Category[] listTemplateCategories(String language) throws AccessLimitExceededException, InvalidParameterException, NoAccessPermissionException, NoValidEndpointsException, ProcessFailedException, ServerBusyException, ServiceNotActiveException, ServiceNotFoundException, UnsupportedLanguageException
String[] getCategoryNames(String categoryId, String[] languages) throws AccessLimitExceededException, InvalidParameterException, NoAccessPermissionException, NoValidEndpointsException, ProcessFailedException, ServerBusyException, ServiceNotActiveException, ServiceNotFoundException, UnsupportedLanguageException
Template[] searchTemplates(String language, String text, String matchingMethod, String[] categoryIds) throws AccessLimitExceededException, InvalidParameterException, NoAccessPermissionException, NoValidEndpointsException, ProcessFailedException, ServerBusyException, ServiceNotActiveException, ServiceNotFoundException, UnsupportedLanguageException, UnsupportedMatchingMethodException
Template[] getTemplatesByTemplateId(String language, String[] templateIds) throws AccessLimitExceededException, InvalidParameterException, NoAccessPermissionException, NoValidEndpointsException, ProcessFailedException, ServerBusyException, ServiceNotActiveException, ServiceNotFoundException, UnsupportedLanguageException
String generateSentence(String language, String templateId, BoundChoiceParameter[] boundChoiceParameters, BoundValueParameter[] boundValueParameters) throws AccessLimitExceededException, InvalidParameterException, NoAccessPermissionException, NoValidEndpointsException, ProcessFailedException, ServerBusyException, ServiceNotActiveException, ServiceNotFoundException, UnsupportedLanguageException