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/google-api-services-texttospeech/v1/2.0.0/com/google/api/services/texttospeech/v1/model/SynthesizeLongAudioRequest.java
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,7 @@ public final class SynthesizeLongAudioRequest extends com.google.api.client.json
38
38
privateAudioConfigaudioConfig;
39
39
40
40
/**
41
-
* Required. The Synthesizer requires either plain text or SSML as input. While Long Audio is in
42
-
* preview, SSML is temporarily unsupported.
41
+
* Required. The Synthesizer requires either plain text or SSML as input.
43
42
* The value may be {@code null}.
44
43
*/
45
44
@com.google.api.client.util.Key
@@ -78,17 +77,15 @@ public SynthesizeLongAudioRequest setAudioConfig(AudioConfig audioConfig) {
78
77
}
79
78
80
79
/**
81
-
* Required. The Synthesizer requires either plain text or SSML as input. While Long Audio is in
82
-
* preview, SSML is temporarily unsupported.
80
+
* Required. The Synthesizer requires either plain text or SSML as input.
83
81
* @return value or {@code null} for none
84
82
*/
85
83
publicSynthesisInputgetInput() {
86
84
returninput;
87
85
}
88
86
89
87
/**
90
-
* Required. The Synthesizer requires either plain text or SSML as input. While Long Audio is in
91
-
* preview, SSML is temporarily unsupported.
88
+
* Required. The Synthesizer requires either plain text or SSML as input.
Copy file name to clipboardExpand all lines: clients/google-api-services-texttospeech/v1beta1/2.0.0/com/google/api/services/texttospeech/v1beta1/model/SynthesizeLongAudioRequest.java
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,7 @@ public final class SynthesizeLongAudioRequest extends com.google.api.client.json
38
38
privateAudioConfigaudioConfig;
39
39
40
40
/**
41
-
* Required. The Synthesizer requires either plain text or SSML as input. While Long Audio is in
42
-
* preview, SSML is temporarily unsupported.
41
+
* Required. The Synthesizer requires either plain text or SSML as input.
43
42
* The value may be {@code null}.
44
43
*/
45
44
@com.google.api.client.util.Key
@@ -78,17 +77,15 @@ public SynthesizeLongAudioRequest setAudioConfig(AudioConfig audioConfig) {
78
77
}
79
78
80
79
/**
81
-
* Required. The Synthesizer requires either plain text or SSML as input. While Long Audio is in
82
-
* preview, SSML is temporarily unsupported.
80
+
* Required. The Synthesizer requires either plain text or SSML as input.
83
81
* @return value or {@code null} for none
84
82
*/
85
83
publicSynthesisInputgetInput() {
86
84
returninput;
87
85
}
88
86
89
87
/**
90
-
* Required. The Synthesizer requires either plain text or SSML as input. While Long Audio is in
91
-
* preview, SSML is temporarily unsupported.
88
+
* Required. The Synthesizer requires either plain text or SSML as input.
0 commit comments