Click or drag to resize

CustomizationID Class

A data object containing a customization ID when creating a new voice model.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1CustomizationID

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 CustomizationID

The CustomizationID type exposes the following members.

Constructors
  NameDescription
Public methodCustomizationID
Initializes a new instance of the CustomizationID class
Top
Properties
  NameDescription
Public propertycustomization_id
GUID of the new custom voice model.
Top
See Also