MultiSpeakerSpeechConfig interface

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 speech synthesis with multiple speakers.

Signature:

export interface MultiSpeakerSpeechConfig extends BaseSpeechConfig 

Extends: BaseSpeechConfig

Properties

Property Type Description
multiSpeakerVoiceConfig MultiSpeakerVoiceConfig (Public Preview) Configuration for multi-speaker setup.
voiceConfig never (Public Preview) Single-speaker voice configuration must not be set when using multiple speakers.

MultiSpeakerSpeechConfig.multiSpeakerVoiceConfig

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 multi-speaker setup.

Signature:

multiSpeakerVoiceConfig?: MultiSpeakerVoiceConfig;

MultiSpeakerSpeechConfig.voiceConfig

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.

Single-speaker voice configuration must not be set when using multiple speakers.

Signature:

voiceConfig?: never;