Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1 Namespace Reference

Classes

class  Customization
 A single voice model customization. More...
 
class  CustomizationID
 A data object containing a customization ID when creating a new voice model. More...
 
class  Customizations
 Customizations for voice models. More...
 
class  CustomizationWords
 
class  CustomVoice
 A data object that contains data to create a new empty custom voice mode3l. More...
 
class  CustomVoiceUpdate
 Update information for a custom voice model. More...
 
class  ErrorModel
 The error response. More...
 
class  Pronunciation
 This object contains the pronunciation. More...
 
class  TextToSpeech
 This class wraps the Text to Speech service. Text to Speech Service More...
 
class  Translation
 Single word translation for a custom voice model. More...
 
class  Voice
 A voice model object for TextToSpeech. More...
 
class  Voices
 This object contains a list of voices. More...
 
class  Word
 The Word object. More...
 
class  Words
 Words object. More...
 

Enumerations

enum  AudioFormatType { AudioFormatType.OGG = 0, AudioFormatType.WAV, AudioFormatType.FLAC }
 Audio format types that can be requested from the service. More...
 
enum  VoiceType {
  VoiceType.en_US_Michael = 0, VoiceType.en_US_Lisa, VoiceType.en_US_Allison, VoiceType.en_GB_Kate,
  VoiceType.es_ES_Enrique, VoiceType.es_ES_Laura, VoiceType.es_US_Sofia, VoiceType.de_DE_Dieter,
  VoiceType.de_DE_Birgit, VoiceType.fr_FR_Renee, VoiceType.it_IT_Francesca, VoiceType.ja_JP_Emi,
  VoiceType.pt_BR_Isabela
}
 The available voices for synthesized speech. More...
 

Enumeration Type Documentation

Audio format types that can be requested from the service.

Enumerator
OGG 

OGG Vorbis format

WAV 

Linear PCM format.

FLAC 

FLAC audio format.

The available voices for synthesized speech.

Enumerator
en_US_Michael 

US male voice.

en_US_Lisa 

US female voice.

en_US_Allison 

US female voice.

en_GB_Kate 

Great Britan female voice.

es_ES_Enrique 

Spanish male voice.

es_ES_Laura 

Spanish female voice.

es_US_Sofia 

US female voice.

de_DE_Dieter 

German male voice.

de_DE_Birgit 

German female voice.

fr_FR_Renee 

French female voice.

it_IT_Francesca 

Italian female voice.

ja_JP_Emi 

Japanese female voice.

pt_BR_Isabela 

Brazilian Portugese female voice.