public interface TransliterationService
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
transliterate(String language,
String sourceScript,
String targetScript,
String text) |
String transliterate(String language, String sourceScript, String targetScript, String text) throws AccessLimitExceededException, InvalidParameterException, LanguageNotUniquelyDecidedException, NoAccessPermissionException, ProcessFailedException, NoValidEndpointsException, ServerBusyException, ServiceNotActiveException, ServiceNotFoundException, UnsupportedLanguageException
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)ProcessFailedException - Response search failed due to some causeNoAccessPermissionException - The user executing the call lacks execution privilegesNoValidEndpointsException - There is no valid endpointServerBusyException - The server is loaded and cannot process it.ServiceNotActiveException - Service not activeServiceNotFoundException - The specified service was not foundUnsupportedLanguageException - The specified language is not supportedCopyright © 2019. All rights reserved.