Click or drag to resize

Word Class

The Word object.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1Word

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 Word

The Word type exposes the following members.

Constructors
  NameDescription
Public methodWord
Initializes a new instance of the Word 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 or IBM SPR translation. A sounds-like translation consists of one or more words that, when combined, sound like the word.
Public propertyword
Word from the custom voice model.
Top
See Also