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
-
#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.
352 353 354 355 |
# File 'proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb', line 352 class StreamingSynthesisInput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |