Skip to content

Commit 1561824

Browse files
feat: Automated regeneration of TextToSpeech client (googleapis#13240)
Auto-created at 2025-03-27 13:19:50 +0000 using the toys pull request generator.
1 parent afcbccd commit 1561824

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

clients/text_to_speech/lib/google_api/text_to_speech/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.TextToSpeech.V1 do
2020
API client metadata for GoogleApi.TextToSpeech.V1.
2121
"""
2222

23-
@discovery_revision "20250114"
23+
@discovery_revision "20250325"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/text_to_speech/lib/google_api/text_to_speech/v1/model/synthesis_input.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.TextToSpeech.V1.Model.SynthesisInput do
2121
2222
## Attributes
2323
24-
* `customPronunciations` (*type:* `GoogleApi.TextToSpeech.V1.Model.CustomPronunciations.t`, *default:* `nil`) - Optional. The pronunciation customizations are applied to the input. If this is set, the input is synthesized using the given pronunciation customizations. The initial support is for English, French, Italian, German, and Spanish (EFIGS) languages, as provided in VoiceSelectionParams. Journey and Instant Clone voices aren't supported. In order to customize the pronunciation of a phrase, there must be an exact match of the phrase in the input types. If using SSML, the phrase must not be inside a phoneme tag.
24+
* `customPronunciations` (*type:* `GoogleApi.TextToSpeech.V1.Model.CustomPronunciations.t`, *default:* `nil`) - Optional. The pronunciation customizations are applied to the input. If this is set, the input is synthesized using the given pronunciation customizations. The initial support is for en-us, with plans to expand to other locales in the future. Instant Clone voices aren't supported. In order to customize the pronunciation of a phrase, there must be an exact match of the phrase in the input types. If using SSML, the phrase must not be inside a phoneme tag.
2525
* `multiSpeakerMarkup` (*type:* `GoogleApi.TextToSpeech.V1.Model.MultiSpeakerMarkup.t`, *default:* `nil`) - The multi-speaker input to be synthesized. Only applicable for multi-speaker synthesis.
2626
* `ssml` (*type:* `String.t`, *default:* `nil`) - The SSML document to be synthesized. The SSML document must be valid and well-formed. Otherwise the RPC will fail and return google.rpc.Code.INVALID_ARGUMENT. For more information, see [SSML](https://cloud.google.com/text-to-speech/docs/ssml).
2727
* `text` (*type:* `String.t`, *default:* `nil`) - The raw text to be synthesized.

clients/text_to_speech/lib/google_api/text_to_speech/v1beta1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.TextToSpeech.V1beta1 do
2020
API client metadata for GoogleApi.TextToSpeech.V1beta1.
2121
"""
2222

23-
@discovery_revision "20250114"
23+
@discovery_revision "20250325"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/text_to_speech/lib/google_api/text_to_speech/v1beta1/model/synthesis_input.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.TextToSpeech.V1beta1.Model.SynthesisInput do
2121
2222
## Attributes
2323
24-
* `customPronunciations` (*type:* `GoogleApi.TextToSpeech.V1beta1.Model.CustomPronunciations.t`, *default:* `nil`) - Optional. The pronunciation customizations are applied to the input. If this is set, the input is synthesized using the given pronunciation customizations. The initial support is for English, French, Italian, German, and Spanish (EFIGS) languages, as provided in VoiceSelectionParams. Journey and Instant Clone voices aren't supported. In order to customize the pronunciation of a phrase, there must be an exact match of the phrase in the input types. If using SSML, the phrase must not be inside a phoneme tag.
24+
* `customPronunciations` (*type:* `GoogleApi.TextToSpeech.V1beta1.Model.CustomPronunciations.t`, *default:* `nil`) - Optional. The pronunciation customizations are applied to the input. If this is set, the input is synthesized using the given pronunciation customizations. The initial support is for en-us, with plans to expand to other locales in the future. Instant Clone voices aren't supported. In order to customize the pronunciation of a phrase, there must be an exact match of the phrase in the input types. If using SSML, the phrase must not be inside a phoneme tag.
2525
* `multiSpeakerMarkup` (*type:* `GoogleApi.TextToSpeech.V1beta1.Model.MultiSpeakerMarkup.t`, *default:* `nil`) - The multi-speaker input to be synthesized. Only applicable for multi-speaker synthesis.
2626
* `ssml` (*type:* `String.t`, *default:* `nil`) - The SSML document to be synthesized. The SSML document must be valid and well-formed. Otherwise the RPC will fail and return google.rpc.Code.INVALID_ARGUMENT. For more information, see [SSML](https://cloud.google.com/text-to-speech/docs/ssml).
2727
* `text` (*type:* `String.t`, *default:* `nil`) - The raw text to be synthesized.

0 commit comments

Comments
 (0)