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 50d4eb9 commit 59aac0aCopy full SHA for 59aac0a
1 file changed
google/cloud/texttospeech/v1/cloud_tts.proto
@@ -164,6 +164,15 @@ message AdvancedVoiceOptions {
164
// Only for Journey voices. If false, the synthesis is context aware
165
// and has a higher latency.
166
optional bool low_latency_journey_synthesis = 1;
167
+
168
+ // Optional. Input only. If true, relaxes safety filters for Gemini TTS. Only
169
+ // supported for accounts linked to Invoiced (Offline) Cloud billing accounts.
170
+ // Otherwise, will return result
171
+ // [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT].
172
+ bool relax_safety_filters = 8 [
173
+ (google.api.field_behavior) = INPUT_ONLY,
174
+ (google.api.field_behavior) = OPTIONAL
175
+ ];
176
}
177
178
// The top-level message sent by the client for the `SynthesizeSpeech` method.
0 commit comments