Skip to content

Commit be90680

Browse files
amanda-tarafajskeet
authored andcommitted
feat: Generate Google.Apis.Texttospeech.v1beta1 version 1.73.0.4040
1 parent 393a8df commit be90680

3 files changed

Lines changed: 17 additions & 6 deletions

File tree

DiscoveryJson/texttospeech.v1beta1.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,13 +266,17 @@
266266
}
267267
}
268268
},
269-
"revision": "20251202",
269+
"revision": "20260123",
270270
"rootUrl": "https://texttospeech.googleapis.com/",
271271
"schemas": {
272272
"AdvancedVoiceOptions": {
273273
"description": "Used for advanced voice options.",
274274
"id": "AdvancedVoiceOptions",
275275
"properties": {
276+
"enableTextnorm": {
277+
"description": "Optional. If true, textnorm will be applied to text input. This feature is enabled by default. Only applies for Gemini TTS.",
278+
"type": "boolean"
279+
},
276280
"lowLatencyJourneySynthesis": {
277281
"description": "Only for Journey voices. If false, the synthesis is context aware and has a higher latency.",
278282
"type": "boolean"
@@ -667,7 +671,7 @@
667671
"properties": {
668672
"advancedVoiceOptions": {
669673
"$ref": "AdvancedVoiceOptions",
670-
"description": "Advanced voice options."
674+
"description": "Optional. Advanced voice options."
671675
},
672676
"audioConfig": {
673677
"$ref": "AudioConfig",

Src/Generated/Google.Apis.Texttospeech.v1beta1/Google.Apis.Texttospeech.v1beta1.cs

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 Google LLC
1+
// Copyright 2026 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -660,6 +660,13 @@ namespace Google.Apis.Texttospeech.v1beta1.Data
660660
/// <summary>Used for advanced voice options.</summary>
661661
public class AdvancedVoiceOptions : Google.Apis.Requests.IDirectResponseSchema
662662
{
663+
/// <summary>
664+
/// Optional. If true, textnorm will be applied to text input. This feature is enabled by default. Only applies
665+
/// for Gemini TTS.
666+
/// </summary>
667+
[Newtonsoft.Json.JsonPropertyAttribute("enableTextnorm")]
668+
public virtual System.Nullable<bool> EnableTextnorm { get; set; }
669+
663670
/// <summary>
664671
/// Only for Journey voices. If false, the synthesis is context aware and has a higher latency.
665672
/// </summary>
@@ -1191,7 +1198,7 @@ public class SynthesizeLongAudioRequest : Google.Apis.Requests.IDirectResponseSc
11911198
/// <summary>The top-level message sent by the client for the `SynthesizeSpeech` method.</summary>
11921199
public class SynthesizeSpeechRequest : Google.Apis.Requests.IDirectResponseSchema
11931200
{
1194-
/// <summary>Advanced voice options.</summary>
1201+
/// <summary>Optional. Advanced voice options.</summary>
11951202
[Newtonsoft.Json.JsonPropertyAttribute("advancedVoiceOptions")]
11961203
public virtual AdvancedVoiceOptions AdvancedVoiceOptions { get; set; }
11971204

Src/Generated/Google.Apis.Texttospeech.v1beta1/Google.Apis.Texttospeech.v1beta1.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.Texttospeech.v1beta1 Client Library</Title>
6-
<Version>1.73.0.3988</Version>
6+
<Version>1.73.0.4040</Version>
77
<Authors>Google LLC</Authors>
8-
<Copyright>Copyright 2025 Google LLC</Copyright>
8+
<Copyright>Copyright 2026 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>
1010
<PackageProjectUrl>https://github.com/google/google-api-dotnet-client</PackageProjectUrl>
1111
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

0 commit comments

Comments
 (0)