Class: Google::Cloud::TextToSpeech::V1beta1::StreamingSynthesizeResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/texttospeech/v1beta1/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

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.

Returns:

  • (::String)

    The audio data bytes encoded as specified in the request. This is headerless LINEAR16 audio with a sample rate of 24000.



414
415
416
417
# File 'proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts.rb', line 414

class StreamingSynthesizeResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end