StreamingSynthesizeConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)Provides configuration information for the StreamingSynthesize request.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
voice |
google.cloud.texttospeech_v1.types.VoiceSelectionParams
Required. The desired voice of the synthesized audio. |
streaming_audio_config |
google.cloud.texttospeech_v1.types.StreamingAudioConfig
Optional. The configuration of the synthesized audio. |
custom_pronunciations |
google.cloud.texttospeech_v1.types.CustomPronunciations
Optional. The pronunciation customizations are applied to the input. If this is set, the input is synthesized using the given pronunciation customizations. The initial support is for en-us, with plans to expand to other locales in the future. Instant Clone voices aren't supported. In order to customize the pronunciation of a phrase, there must be an exact match of the phrase in the input types. If using SSML, the phrase must not be inside a phoneme tag. |
advanced_voice_options |
google.cloud.texttospeech_v1.types.AdvancedVoiceOptions
Optional. Advanced voice options. This field is a member of oneof_ _advanced_voice_options.
|