Click or drag to resize

Customization Class

A single voice model customization.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1Customization

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 Customization

The Customization type exposes the following members.

Constructors
  NameDescription
Public methodCustomization
Initializes a new instance of the Customization class
Top
Properties
  NameDescription
Public propertycreated
UNIX timestamp that indicates when the custom voice model was created. The timestamp is a count of seconds since the UNIX Epoch of January 1, 1970 Coordinated Universal Time (UTC).
Public propertycustomization_id
GUID of the custom voice model
Public propertydescription
Description of the custom voice model.
Public propertylanguage
Language of the custom voice model. = ['de-DE', 'en-US', 'en-GB', 'es-ES', 'es-US', 'fr-FR', 'it-IT', 'ja-JP', 'pt-BR'].
Public propertylast_modified
UNIX timestamp that indicates when the custom voice model was last modified. Equals `created` when a new voice model is first added but has yet to be changed.
Public propertyname
Name of the custom voice model
Public propertyowner
GUID of the service credentials for the owner of the custom voice model.
Top
Methods
  NameDescription
Public methodHasData
Top
See Also