Class Translation
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Translation
extends com.ibm.cloud.sdk.core.service.model.GenericModel
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Translation.Builder
Builder.static interface
Translation.PartOfSpeech
**Japanese only.** The part of speech for the word. -
Method Summary
Modifier and Type Method Description Translation.Builder
newBuilder()
New builder.String
partOfSpeech()
Gets the partOfSpeech.String
translation()
Gets the translation.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a Translation builder
-
translation
Gets the translation.The phonetic or sounds-like translation for the word. A phonetic translation is based on the SSML format for representing the phonetic string of a word either as an IPA translation or as an IBM SPR translation. The Arabic, Chinese, Dutch, Australian English, and Korean languages support only IPA. A sounds-like is one or more words that, when combined, sound like the word.
- Returns:
- the translation
-
partOfSpeech
Gets the partOfSpeech.**Japanese only.** The part of speech for the word. The service uses the value to produce the correct intonation for the word. You can create only a single entry, with or without a single part of speech, for any word; you cannot create multiple entries with different parts of speech for the same word. For more information, see [Working with Japanese entries](https://cloud.ibm.com/docs/text-to-speech?topic=text-to-speech-rules#jaNotes).
- Returns:
- the partOfSpeech
-