public interface PictogramDictionaryService
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Pictogram[] |
search(String language,
String word,
String matchingMethod) |
Pictogram[] search(String language, String word, String matchingMethod) throws AccessLimitExceededException, InvalidParameterException, LanguageNotUniquelyDecidedException, NoAccessPermissionException, NoValidEndpointsException, ProcessFailedException, ServerBusyException, ServiceNotActiveException, ServiceNotFoundException, UnsupportedLanguageException, UnsupportedMatchingMethodException
language - Language of wordword - A word that searches pictogramsmatchingMethod - Matching method (MatchingMethod enumerated value)AccessLimitExceededException - Violated an access restrictionInvalidParameterException - Either text or language is null or else an empty string.language does not comply with RFC3066LanguageNotUniquelyDecidedException - A supported language candidate could not be singly determined (Ex: when the language is specified as zh, the case where zh-Hans and zh-Hant exist as supported languages)NoAccessPermissionException - The user executing the call lacks execution privilegesNoValidEndpointsException - There is no valid endpointProcessFailedException - Paraphrasing process failedServerBusyException - The server is loaded and cannot process it.ServiceNotActiveException - The service is not activeServiceNotFoundException - The specified service was not foundUnsupportedLanguageException - The specified language is not supportedUnsupportedMatchingMethodException - The specified matching method is not supportedCopyright © 2019. All rights reserved.