public interface ParallelTextService
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ParallelText[] |
search(String sourceLang,
String targetLang,
String text,
String matchingMethod)
Runs a search on the parallel text using the specified search term(s) and matching method.
|
ParallelText[] search(String sourceLang, String targetLang, String text, String matchingMethod) throws AccessLimitExceededException, InvalidParameterException, LanguagePairNotUniquelyDecidedException, NoAccessPermissionException, NoValidEndpointsException, ProcessFailedException, ServerBusyException, ServiceNotActiveException, ServiceNotFoundException, UnsupportedLanguagePairException, UnsupportedMatchingMethodException
sourceLang - Source language. RFC3066 complianttargetLang - Language to search bilingual translation. RFC3066 complianttext - Sentence to search bilingual translation withmatchingMethod - Search methodAccessLimitExceededException - Violated an access restrictionInvalidParameterException - An invalid parameter was passedLanguagePairNotUniquelyDecidedException - Multiple candidate language pairs were foundNoAccessPermissionException - The user executing the call lacks execution privilegesNoValidEndpointsException - There is no valid endpointProcessFailedException - Search process failedServerBusyException - The server is loaded and cannot process it.ServiceNotActiveException - The service is not activeServiceNotFoundException - The specified service was not foundUnsupportedLanguagePairException - The specified language pair is not supported.UnsupportedMatchingMethodException - The specified matching method is not supportedCopyright © 2019. All rights reserved.