Click or drag to resize

CustomizationWords Properties

The CustomizationWords type exposes the following members.

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 the 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.
Public propertywords
List of words and their translations from the custom voice model.
Top
See Also