Class SpeechConfig
public class SpeechConfig
- Inheritance
-
objectSpeechConfig
Properties
LanguageCode
Optional.Language code (in BCP 47 format, e.g. "en-US") for speech synthesis.
Valid values are: de-DE, en-AU, en-GB, en-IN, en-US, es-US, fr-FR, hi-IN, pt-BR, ar-XA, es-ES, fr-CA, id-ID, it-IT, ja-JP, tr-TR, vi-VN, bn-IN, gu-IN, kn-IN, ml-IN, mr-IN, ta-IN, te-IN, nl-NL, ko-KR, cmn-CN, pl-PL, ru-RU, and th-TH.
public string LanguageCode { get; set; }
Property Value
- string
MultiSpeakerVoiceConfig
Optional. The configuration for the multi-speaker setup. It is mutually exclusive with the voiceConfig field.
public MultiSpeakerVoiceConfig MultiSpeakerVoiceConfig { get; set; }
Property Value
VoiceConfig
Optional. The configuration for the speaker to use.
public VoiceConfig VoiceConfig { get; set; }