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.
-
#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
Returns Markup for HD voices specifically. This field may not be used with any other voices.
Note: The following fields are mutually exclusive: markup
, text
. If a field in that set is populated, all other fields in the set will automatically be cleared.
434 435 436 437 |
# File 'proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb', line 434 class StreamingSynthesisInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#prompt ⇒ ::String
Returns This is system instruction supported only for controllable voice models.
434 435 436 437 |
# File 'proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb', line 434 class StreamingSynthesisInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text ⇒ ::String
Returns The raw text to be synthesized. It is recommended that each input contains complete, terminating sentences, which results in better prosody in the output audio.
Note: The following fields are mutually exclusive: text
, markup
. If a field in that set is populated, all other fields in the set will automatically be cleared.
434 435 436 437 |
# File 'proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb', line 434 class StreamingSynthesisInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |