Class: Google::Cloud::TextToSpeech::V1beta1::CustomPronunciations
- Inherits:
-
Object
- Object
- Google::Cloud::TextToSpeech::V1beta1::CustomPronunciations
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts.rb
Overview
A collection of pronunciation customizations.
Instance Attribute Summary collapse
-
#pronunciations ⇒ ::Array<::Google::Cloud::TextToSpeech::V1beta1::CustomPronunciationParams>
The pronunciation customizations to be applied.
Instance Attribute Details
#pronunciations ⇒ ::Array<::Google::Cloud::TextToSpeech::V1beta1::CustomPronunciationParams>
Returns The pronunciation customizations to be applied.
145 146 147 148 |
# File 'proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts.rb', line 145 class CustomPronunciations include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |