Class: Google::Cloud::TextToSpeech::V1::StreamingSynthesisInput
- Inherits:
-
Object
- Object
- Google::Cloud::TextToSpeech::V1::StreamingSynthesisInput
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb
Overview
Input to be synthesized.
Instance Attribute Summary collapse
-
#markup ⇒ ::String
Markup for HD voices specifically.
-
#multi_speaker_markup ⇒ ::Google::Cloud::TextToSpeech::V1::MultiSpeakerMarkup
Multi-speaker markup for Gemini TTS.
-
#prompt ⇒ ::String
This is system instruction supported only for controllable voice models.
-
#text ⇒ ::String
The raw text to be synthesized.
Instance Attribute Details
#markup ⇒ ::String
478 479 480 481 |
# File 'proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb', line 478 class StreamingSynthesisInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#multi_speaker_markup ⇒ ::Google::Cloud::TextToSpeech::V1::MultiSpeakerMarkup
478 479 480 481 |
# File 'proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb', line 478 class StreamingSynthesisInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#prompt ⇒ ::String
478 479 480 481 |
# File 'proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb', line 478 class StreamingSynthesisInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text ⇒ ::String
478 479 480 481 |
# File 'proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb', line 478 class StreamingSynthesisInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |