This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Configuration for the voice to used in speech synthesis.
Signature:
export interface VoiceConfig
Properties
Property | Type | Description |
---|---|---|
prebuiltVoiceConfig | PrebuiltVoiceConfig | (Public Preview) Configures the voice using a pre-built voice configuration. |
VoiceConfig.prebuiltVoiceConfig
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Configures the voice using a pre-built voice configuration.
Signature:
prebuiltVoiceConfig?: PrebuiltVoiceConfig;