Click or drag to resize

CustomVoice Class

A data object that contains data to create a new empty custom voice mode3l.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1CustomVoice

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 CustomVoice

The CustomVoice type exposes the following members.

Constructors
  NameDescription
Public methodCustomVoice
Initializes a new instance of the CustomVoice class
Top
Properties
  NameDescription
Public propertydescription
Description of the new custom voice model.
Public propertylanguage
Language of the new custom voice model. Omit the parameter to use the default language, en-US. = ['de-DE', 'en-US', 'en-GB', 'es-ES', 'es-US', 'fr-FR', 'it-IT', 'ja-JP', 'pt-BR'].
Public propertyname
Name of the new custom voice model.
Top
See Also