We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
relax_safety_filters
1 parent 3322511 commit 50d4eb9Copy full SHA for 50d4eb9
1 file changed
google/cloud/texttospeech/v1beta1/cloud_tts.proto
@@ -167,6 +167,15 @@ message AdvancedVoiceOptions {
167
// Only for Journey voices. If false, the synthesis is context aware
168
// and has a higher latency.
169
optional bool low_latency_journey_synthesis = 1;
170
+
171
+ // Optional. Input only. If true, relaxes safety filters for Gemini TTS. Only
172
+ // supported for accounts linked to Invoiced (Offline) Cloud billing accounts.
173
+ // Otherwise, will return result
174
+ // [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT].
175
+ bool relax_safety_filters = 8 [
176
+ (google.api.field_behavior) = INPUT_ONLY,
177
+ (google.api.field_behavior) = OPTIONAL
178
+ ];
179
}
180
181
// The top-level message sent by the client for the `SynthesizeSpeech` method.
0 commit comments