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