public interface ParallelTextWithIdService extends ParallelTextService
Modifier and Type | Method and Description |
---|---|
Category[] |
listCategories() |
ParallelTextWithId[] |
searchParallelTexts(String sourceLang,
String targetLang,
String text,
String matchingMethod,
String[] categoryIds) |
search
ParallelTextWithId[] searchParallelTexts(String sourceLang, String targetLang, String text, String matchingMethod, String[] categoryIds) throws AccessLimitExceededException, InvalidParameterException, LanguagePairNotUniquelyDecidedException, NoAccessPermissionException, NoValidEndpointsException, ProcessFailedException, ServerBusyException, ServiceNotActiveException, ServiceNotFoundException, UnsupportedLanguagePairException, UnsupportedMatchingMethodException
AccessLimitExceededException
InvalidParameterException
LanguagePairNotUniquelyDecidedException
NoAccessPermissionException
NoValidEndpointsException
ProcessFailedException
ServerBusyException
ServiceNotActiveException
ServiceNotFoundException
UnsupportedLanguagePairException
UnsupportedMatchingMethodException
Category[] listCategories() throws AccessLimitExceededException, NoAccessPermissionException, NoValidEndpointsException, ProcessFailedException, ServerBusyException, ServiceNotActiveException, ServiceNotFoundException