You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/1.26.0/google-api-services-texttospeech/v1/com/google/api/services/texttospeech/v1/model/AudioConfig.java
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,17 @@ public final class AudioConfig extends com.google.api.client.json.GenericJson {
37
37
@com.google.api.client.util.Key
38
38
privatejava.lang.StringaudioEncoding;
39
39
40
+
/**
41
+
* An identifier which selects 'audio effects' profiles that are applied on (post synthesized)
42
+
* text to speech. Effects are applied on top of each other in the order they are given. See
43
+
*
44
+
* [audio-profiles](https: //cloud.google.com/text-to-speech/docs/audio-profiles) for current
0 commit comments