Class SpeechConfig.MultiSpeakerVoiceConfig.SpeakerVoiceConfig
The configuration for a single speaker in a multi speaker setup.
Inherited Members
Namespace: Glitch9.AIDevKit.Google
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class SpeechConfig.MultiSpeakerVoiceConfig.SpeakerVoiceConfig
Properties
| Edit this page View SourceSpeaker
Required. The name of the speaker to use. Should be the same as in the prompt.
Declaration
[JsonProperty("speaker")]
public string Speaker { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VoiceConfig
Required. The configuration for the voice to use.
Declaration
[JsonProperty("voiceConfig")]
public SpeechConfig.VoiceConfig VoiceConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| SpeechConfig.VoiceConfig |