File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
google/cloud/texttospeech/v1 Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,15 @@ message AdvancedVoiceOptions {
164164 // Only for Journey voices. If false, the synthesis is context aware
165165 // and has a higher latency.
166166 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+ ];
167176}
168177
169178// The top-level message sent by the client for the `SynthesizeSpeech` method.
You can’t perform that action at this time.
0 commit comments