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) |
searchParallelTextWithId[] searchParallelTexts(String sourceLang, String targetLang, String text, String matchingMethod, String[] categoryIds) throws AccessLimitExceededException, InvalidParameterException, LanguagePairNotUniquelyDecidedException, NoAccessPermissionException, NoValidEndpointsException, ProcessFailedException, ServerBusyException, ServiceNotActiveException, ServiceNotFoundException, UnsupportedLanguagePairException, UnsupportedMatchingMethodException
AccessLimitExceededExceptionInvalidParameterExceptionLanguagePairNotUniquelyDecidedExceptionNoAccessPermissionExceptionNoValidEndpointsExceptionProcessFailedExceptionServerBusyExceptionServiceNotActiveExceptionServiceNotFoundExceptionUnsupportedLanguagePairExceptionUnsupportedMatchingMethodExceptionCategory[] listCategories() throws AccessLimitExceededException, NoAccessPermissionException, NoValidEndpointsException, ProcessFailedException, ServerBusyException, ServiceNotActiveException, ServiceNotFoundException