Class: Google::Cloud::TextToSpeech::V1::StreamingSynthesizeResponse
- Inherits:
-
Object
- Object
- Google::Cloud::TextToSpeech::V1::StreamingSynthesizeResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb
Overview
StreamingSynthesizeResponse
is the only message returned to the
client by StreamingSynthesize
method. A series of zero or more
StreamingSynthesizeResponse
messages are streamed back to the client.
Instance Attribute Summary collapse
-
#audio_content ⇒ ::String
The audio data bytes encoded as specified in the request.
Instance Attribute Details
#audio_content ⇒ ::String
Returns The audio data bytes encoded as specified in the request. This is headerless LINEAR16 audio with a sample rate of 24000.
382 383 384 385 |
# File 'proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb', line 382 class StreamingSynthesizeResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |