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
-
#text ⇒ ::String
The raw text to be synthesized.
Instance Attribute Details
#text ⇒ ::String
Returns The raw text to be synthesized. It is recommended that each input contains complete, terminating sentences, as this will likely result in better prosody in the output audio. That being said, users are free to input text however they please.
384 385 386 387 |
# File 'proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts.rb', line 384 class StreamingSynthesisInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |