Class: Google::Cloud::TextToSpeech::V1::ListVoicesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb

Overview

The message returned to the client by the ListVoices method.

Instance Attribute Summary collapse

Instance Attribute Details

#voices::Array<::Google::Cloud::TextToSpeech::V1::Voice>

Returns The list of voices.

Returns:



44
45
46
47
# File 'proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb', line 44

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