Class: Google::Cloud::TextToSpeech::V1beta1::StreamingSynthesisInput
- Inherits:
-
Object
- Object
- Google::Cloud::TextToSpeech::V1beta1::StreamingSynthesisInput
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/texttospeech/v1beta1/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
472 473 474 475 |
# File 'proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts.rb', line 472 class StreamingSynthesisInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#prompt ⇒ ::String
472 473 474 475 |
# File 'proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts.rb', line 472 class StreamingSynthesisInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#text ⇒ ::String
472 473 474 475 |
# File 'proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts.rb', line 472 class StreamingSynthesisInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |