Class: Google::Cloud::TextToSpeech::V1beta1::StreamingSynthesizeConfig
- Inherits:
-
Object
- Object
- Google::Cloud::TextToSpeech::V1beta1::StreamingSynthesizeConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts.rb
Overview
Provides configuration information for the StreamingSynthesize request.
Instance Attribute Summary collapse
-
#custom_pronunciations ⇒ ::Google::Cloud::TextToSpeech::V1beta1::CustomPronunciations
Optional.
-
#streaming_audio_config ⇒ ::Google::Cloud::TextToSpeech::V1beta1::StreamingAudioConfig
Optional.
-
#voice ⇒ ::Google::Cloud::TextToSpeech::V1beta1::VoiceSelectionParams
Required.
Instance Attribute Details
#custom_pronunciations ⇒ ::Google::Cloud::TextToSpeech::V1beta1::CustomPronunciations
488 489 490 491 |
# File 'proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts.rb', line 488 class StreamingSynthesizeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#streaming_audio_config ⇒ ::Google::Cloud::TextToSpeech::V1beta1::StreamingAudioConfig
488 489 490 491 |
# File 'proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts.rb', line 488 class StreamingSynthesizeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#voice ⇒ ::Google::Cloud::TextToSpeech::V1beta1::VoiceSelectionParams
488 489 490 491 |
# File 'proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts.rb', line 488 class StreamingSynthesizeConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |