Google Cloud Dialogflow V2beta1Text To Speech Settings Args
data class GoogleCloudDialogflowV2beta1TextToSpeechSettingsArgs(val enableTextToSpeech: Output<Boolean>? = null, val outputAudioEncoding: Output<GoogleCloudDialogflowV2beta1TextToSpeechSettingsOutputAudioEncoding>, val sampleRateHertz: Output<Int>? = null, val synthesizeSpeechConfigs: Output<Map<String, String>>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2beta1TextToSpeechSettingsArgs>
Instructs the speech synthesizer on how to generate the output audio content.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowV2beta1TextToSpeechSettingsArgs(enableTextToSpeech: Output<Boolean>? = null, outputAudioEncoding: Output<GoogleCloudDialogflowV2beta1TextToSpeechSettingsOutputAudioEncoding>, sampleRateHertz: Output<Int>? = null, synthesizeSpeechConfigs: Output<Map<String, String>>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Optional. The synthesis sample rate (in hertz) for this audio. If not provided, then the synthesizer will use the default sample rate based on the audio encoding. If this is different from the voice's natural sample rate, then the synthesizer will honor this request by converting to the desired sample rate (which might result in worse audio quality).