GoogleApi.TextToSpeech.V1beta1.Model.CustomPronunciations (google_api_text_to_speech v0.20.2)
View SourceA collection of pronunciation customizations.
Attributes
-
pronunciations
(type:list(GoogleApi.TextToSpeech.V1beta1.Model.CustomPronunciationParams.t)
, default:nil
) - The pronunciation customizations are applied.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.TextToSpeech.V1beta1.Model.CustomPronunciations{ pronunciations: [GoogleApi.TextToSpeech.V1beta1.Model.CustomPronunciationParams.t()] | nil }