Class: Google::Cloud::TextToSpeech::V1beta1::CustomPronunciations

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#pronunciations::Array<::Google::Cloud::TextToSpeech::V1beta1::CustomPronunciationParams>

Returns The pronunciation customizations to be applied.

Returns:



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