Click or drag to resize

Translation Class

Single word translation for a custom voice model.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1Translation

Namespace:  IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class Translation

The Translation type exposes the following members.

Constructors
  NameDescription
Public methodTranslation
Initializes a new instance of the Translation class
Top
Properties
  NameDescription
Public propertytranslation
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. A sounds-like is one or more words that, when combined, sound like the word.
Top
See Also