Class: Google::Cloud::TextToSpeech::V1::CustomPronunciations

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

Instance Attribute Details

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

Returns The pronunciation customizations to be applied.

Returns:



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