Skip to content

Commit 393a8df

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

3 files changed

Lines changed: 17 additions & 6 deletions

File tree

DiscoveryJson/texttospeech.v1.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,13 +323,17 @@
323323
}
324324
}
325325
},
326-
"revision": "20251202",
326+
"revision": "20260123",
327327
"rootUrl": "https://texttospeech.googleapis.com/",
328328
"schemas": {
329329
"AdvancedVoiceOptions": {
330330
"description": "Used for advanced voice options.",
331331
"id": "AdvancedVoiceOptions",
332332
"properties": {
333+
"enableTextnorm": {
334+
"description": "Optional. If true, textnorm will be applied to text input. This feature is enabled by default. Only applies for Gemini TTS.",
335+
"type": "boolean"
336+
},
333337
"lowLatencyJourneySynthesis": {
334338
"description": "Only for Journey voices. If false, the synthesis is context aware and has a higher latency.",
335339
"type": "boolean"
@@ -734,7 +738,7 @@
734738
"properties": {
735739
"advancedVoiceOptions": {
736740
"$ref": "AdvancedVoiceOptions",
737-
"description": "Advanced voice options."
741+
"description": "Optional. Advanced voice options."
738742
},
739743
"audioConfig": {
740744
"$ref": "AudioConfig",

Src/Generated/Google.Apis.Texttospeech.v1/Google.Apis.Texttospeech.v1.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.
@@ -799,6 +799,13 @@ namespace Google.Apis.Texttospeech.v1.Data
799799
/// <summary>Used for advanced voice options.</summary>
800800
public class AdvancedVoiceOptions : Google.Apis.Requests.IDirectResponseSchema
801801
{
802+
/// <summary>
803+
/// Optional. If true, textnorm will be applied to text input. This feature is enabled by default. Only applies
804+
/// for Gemini TTS.
805+
/// </summary>
806+
[Newtonsoft.Json.JsonPropertyAttribute("enableTextnorm")]
807+
public virtual System.Nullable<bool> EnableTextnorm { get; set; }
808+
802809
/// <summary>
803810
/// Only for Journey voices. If false, the synthesis is context aware and has a higher latency.
804811
/// </summary>
@@ -1348,7 +1355,7 @@ public class SynthesizeLongAudioRequest : Google.Apis.Requests.IDirectResponseSc
13481355
/// <summary>The top-level message sent by the client for the `SynthesizeSpeech` method.</summary>
13491356
public class SynthesizeSpeechRequest : Google.Apis.Requests.IDirectResponseSchema
13501357
{
1351-
/// <summary>Advanced voice options.</summary>
1358+
/// <summary>Optional. Advanced voice options.</summary>
13521359
[Newtonsoft.Json.JsonPropertyAttribute("advancedVoiceOptions")]
13531360
public virtual AdvancedVoiceOptions AdvancedVoiceOptions { get; set; }
13541361

Src/Generated/Google.Apis.Texttospeech.v1/Google.Apis.Texttospeech.v1.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.v1 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)