Class: Google::Cloud::TextToSpeech::V1::ListVoicesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::TextToSpeech::V1::ListVoicesResponse
- 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
-
#voices ⇒ ::Array<::Google::Cloud::TextToSpeech::V1::Voice>
The list of voices.
Instance Attribute Details
#voices ⇒ ::Array<::Google::Cloud::TextToSpeech::V1::Voice>
Returns The list of voices.
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 |