search
Pictogram[] search(String language,
String word,
String matchingMethod)
throws AccessLimitExceededException,
InvalidParameterException,
LanguageNotUniquelyDecidedException,
NoAccessPermissionException,
NoValidEndpointsException,
ProcessFailedException,
ServerBusyException,
ServiceNotActiveException,
ServiceNotFoundException,
UnsupportedLanguageException,
UnsupportedMatchingMethodException
- Parameters:
language - Language of wordword - A word that searches pictogramsmatchingMethod - Matching method (MatchingMethod enumerated value)
- Returns:
- Icon search results.An empty array when not found
- Throws:
AccessLimitExceededException - Violated an access restriction
InvalidParameterException - Either text or language is null or else an empty string.language does not comply with RFC3066
LanguageNotUniquelyDecidedException - 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 privileges
NoValidEndpointsException - There is no valid endpoint
ProcessFailedException - Paraphrasing process failed
ServerBusyException - The server is loaded and cannot process it.
ServiceNotActiveException - The service is not active
ServiceNotFoundException - The specified service was not found
UnsupportedLanguageException - The specified language is not supported
UnsupportedMatchingMethodException - The specified matching method is not supported