Class: Google::Cloud::TextToSpeech::V1beta1::ListVoicesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::TextToSpeech::V1beta1::ListVoicesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts.rb
Overview
The top-level message sent by the client for the ListVoices method.
Instance Attribute Summary collapse
-
#language_code ⇒ ::String
Optional.
Instance Attribute Details
#language_code ⇒ ::String
35 36 37 38 |
# File 'proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts.rb', line 35 class ListVoicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |