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: docs/dyn/dialogflow_v2beta1.projects.agent.environments.html
+42
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,13 @@ <h3>Method Details</h3>
160
160
"A String",
161
161
],
162
162
"pitch": 3.14, # Optional. Speaking pitch, in the range [-20.0, 20.0]. 20 means increase 20 semitones from the original pitch. -20 means decrease 20 semitones from the original pitch.
163
+
"pronunciations": [ # Optional. The custom pronunciations for the synthesized audio.
164
+
{ # Pronunciation customization for a phrase.
165
+
"phoneticEncoding": "A String", # The phonetic encoding of the phrase.
166
+
"phrase": "A String", # The phrase to which the customization is applied. The phrase can be multiple words, such as proper nouns, but shouldn't span the length of the sentence.
167
+
"pronunciation": "A String", # The pronunciation of the phrase. This must be in the phonetic encoding specified above.
168
+
},
169
+
],
163
170
"speakingRate": 3.14, # Optional. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is the normal native speed supported by the specific voice. 2.0 is twice as fast, and 0.5 is half as fast. If unset(0.0), defaults to the native 1.0 speed. Any other values < 0.25 or > 4.0 will return an error.
164
171
"voice": { # Description of which voice to use for speech synthesis. # Optional. The desired voice of the synthesized audio.
165
172
"name": "A String", # Optional. The name of the voice. If not set, the service will choose a voice based on the other parameters such as language_code and ssml_gender. For the list of available voices, please refer to [Supported voices and languages](https://cloud.google.com/text-to-speech/docs/voices).
@@ -215,6 +222,13 @@ <h3>Method Details</h3>
215
222
"A String",
216
223
],
217
224
"pitch": 3.14, # Optional. Speaking pitch, in the range [-20.0, 20.0]. 20 means increase 20 semitones from the original pitch. -20 means decrease 20 semitones from the original pitch.
225
+
"pronunciations": [ # Optional. The custom pronunciations for the synthesized audio.
226
+
{ # Pronunciation customization for a phrase.
227
+
"phoneticEncoding": "A String", # The phonetic encoding of the phrase.
228
+
"phrase": "A String", # The phrase to which the customization is applied. The phrase can be multiple words, such as proper nouns, but shouldn't span the length of the sentence.
229
+
"pronunciation": "A String", # The pronunciation of the phrase. This must be in the phonetic encoding specified above.
230
+
},
231
+
],
218
232
"speakingRate": 3.14, # Optional. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is the normal native speed supported by the specific voice. 2.0 is twice as fast, and 0.5 is half as fast. If unset(0.0), defaults to the native 1.0 speed. Any other values < 0.25 or > 4.0 will return an error.
219
233
"voice": { # Description of which voice to use for speech synthesis. # Optional. The desired voice of the synthesized audio.
220
234
"name": "A String", # Optional. The name of the voice. If not set, the service will choose a voice based on the other parameters such as language_code and ssml_gender. For the list of available voices, please refer to [Supported voices and languages](https://cloud.google.com/text-to-speech/docs/voices).
@@ -294,6 +308,13 @@ <h3>Method Details</h3>
294
308
"A String",
295
309
],
296
310
"pitch": 3.14, # Optional. Speaking pitch, in the range [-20.0, 20.0]. 20 means increase 20 semitones from the original pitch. -20 means decrease 20 semitones from the original pitch.
311
+
"pronunciations": [ # Optional. The custom pronunciations for the synthesized audio.
312
+
{ # Pronunciation customization for a phrase.
313
+
"phoneticEncoding": "A String", # The phonetic encoding of the phrase.
314
+
"phrase": "A String", # The phrase to which the customization is applied. The phrase can be multiple words, such as proper nouns, but shouldn't span the length of the sentence.
315
+
"pronunciation": "A String", # The pronunciation of the phrase. This must be in the phonetic encoding specified above.
316
+
},
317
+
],
297
318
"speakingRate": 3.14, # Optional. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is the normal native speed supported by the specific voice. 2.0 is twice as fast, and 0.5 is half as fast. If unset(0.0), defaults to the native 1.0 speed. Any other values < 0.25 or > 4.0 will return an error.
298
319
"voice": { # Description of which voice to use for speech synthesis. # Optional. The desired voice of the synthesized audio.
299
320
"name": "A String", # Optional. The name of the voice. If not set, the service will choose a voice based on the other parameters such as language_code and ssml_gender. For the list of available voices, please refer to [Supported voices and languages](https://cloud.google.com/text-to-speech/docs/voices).
@@ -402,6 +423,13 @@ <h3>Method Details</h3>
402
423
"A String",
403
424
],
404
425
"pitch": 3.14, # Optional. Speaking pitch, in the range [-20.0, 20.0]. 20 means increase 20 semitones from the original pitch. -20 means decrease 20 semitones from the original pitch.
426
+
"pronunciations": [ # Optional. The custom pronunciations for the synthesized audio.
427
+
{ # Pronunciation customization for a phrase.
428
+
"phoneticEncoding": "A String", # The phonetic encoding of the phrase.
429
+
"phrase": "A String", # The phrase to which the customization is applied. The phrase can be multiple words, such as proper nouns, but shouldn't span the length of the sentence.
430
+
"pronunciation": "A String", # The pronunciation of the phrase. This must be in the phonetic encoding specified above.
431
+
},
432
+
],
405
433
"speakingRate": 3.14, # Optional. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is the normal native speed supported by the specific voice. 2.0 is twice as fast, and 0.5 is half as fast. If unset(0.0), defaults to the native 1.0 speed. Any other values < 0.25 or > 4.0 will return an error.
406
434
"voice": { # Description of which voice to use for speech synthesis. # Optional. The desired voice of the synthesized audio.
407
435
"name": "A String", # Optional. The name of the voice. If not set, the service will choose a voice based on the other parameters such as language_code and ssml_gender. For the list of available voices, please refer to [Supported voices and languages](https://cloud.google.com/text-to-speech/docs/voices).
@@ -475,6 +503,13 @@ <h3>Method Details</h3>
475
503
"A String",
476
504
],
477
505
"pitch": 3.14, # Optional. Speaking pitch, in the range [-20.0, 20.0]. 20 means increase 20 semitones from the original pitch. -20 means decrease 20 semitones from the original pitch.
506
+
"pronunciations": [ # Optional. The custom pronunciations for the synthesized audio.
507
+
{ # Pronunciation customization for a phrase.
508
+
"phoneticEncoding": "A String", # The phonetic encoding of the phrase.
509
+
"phrase": "A String", # The phrase to which the customization is applied. The phrase can be multiple words, such as proper nouns, but shouldn't span the length of the sentence.
510
+
"pronunciation": "A String", # The pronunciation of the phrase. This must be in the phonetic encoding specified above.
511
+
},
512
+
],
478
513
"speakingRate": 3.14, # Optional. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is the normal native speed supported by the specific voice. 2.0 is twice as fast, and 0.5 is half as fast. If unset(0.0), defaults to the native 1.0 speed. Any other values < 0.25 or > 4.0 will return an error.
479
514
"voice": { # Description of which voice to use for speech synthesis. # Optional. The desired voice of the synthesized audio.
480
515
"name": "A String", # Optional. The name of the voice. If not set, the service will choose a voice based on the other parameters such as language_code and ssml_gender. For the list of available voices, please refer to [Supported voices and languages](https://cloud.google.com/text-to-speech/docs/voices).
@@ -531,6 +566,13 @@ <h3>Method Details</h3>
531
566
"A String",
532
567
],
533
568
"pitch": 3.14, # Optional. Speaking pitch, in the range [-20.0, 20.0]. 20 means increase 20 semitones from the original pitch. -20 means decrease 20 semitones from the original pitch.
569
+
"pronunciations": [ # Optional. The custom pronunciations for the synthesized audio.
570
+
{ # Pronunciation customization for a phrase.
571
+
"phoneticEncoding": "A String", # The phonetic encoding of the phrase.
572
+
"phrase": "A String", # The phrase to which the customization is applied. The phrase can be multiple words, such as proper nouns, but shouldn't span the length of the sentence.
573
+
"pronunciation": "A String", # The pronunciation of the phrase. This must be in the phonetic encoding specified above.
574
+
},
575
+
],
534
576
"speakingRate": 3.14, # Optional. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is the normal native speed supported by the specific voice. 2.0 is twice as fast, and 0.5 is half as fast. If unset(0.0), defaults to the native 1.0 speed. Any other values < 0.25 or > 4.0 will return an error.
535
577
"voice": { # Description of which voice to use for speech synthesis. # Optional. The desired voice of the synthesized audio.
536
578
"name": "A String", # Optional. The name of the voice. If not set, the service will choose a voice based on the other parameters such as language_code and ssml_gender. For the list of available voices, please refer to [Supported voices and languages](https://cloud.google.com/text-to-speech/docs/voices).
Copy file name to clipboardExpand all lines: docs/dyn/dialogflow_v2beta1.projects.agent.environments.users.sessions.html
+14
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,13 @@ <h3>Method Details</h3>
136
136
"A String",
137
137
],
138
138
"pitch": 3.14, # Optional. Speaking pitch, in the range [-20.0, 20.0]. 20 means increase 20 semitones from the original pitch. -20 means decrease 20 semitones from the original pitch.
139
+
"pronunciations": [ # Optional. The custom pronunciations for the synthesized audio.
140
+
{ # Pronunciation customization for a phrase.
141
+
"phoneticEncoding": "A String", # The phonetic encoding of the phrase.
142
+
"phrase": "A String", # The phrase to which the customization is applied. The phrase can be multiple words, such as proper nouns, but shouldn't span the length of the sentence.
143
+
"pronunciation": "A String", # The pronunciation of the phrase. This must be in the phonetic encoding specified above.
144
+
},
145
+
],
139
146
"speakingRate": 3.14, # Optional. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is the normal native speed supported by the specific voice. 2.0 is twice as fast, and 0.5 is half as fast. If unset(0.0), defaults to the native 1.0 speed. Any other values < 0.25 or > 4.0 will return an error.
140
147
"voice": { # Description of which voice to use for speech synthesis. # Optional. The desired voice of the synthesized audio.
141
148
"name": "A String", # Optional. The name of the voice. If not set, the service will choose a voice based on the other parameters such as language_code and ssml_gender. For the list of available voices, please refer to [Supported voices and languages](https://cloud.google.com/text-to-speech/docs/voices).
@@ -934,6 +941,13 @@ <h3>Method Details</h3>
934
941
"A String",
935
942
],
936
943
"pitch": 3.14, # Optional. Speaking pitch, in the range [-20.0, 20.0]. 20 means increase 20 semitones from the original pitch. -20 means decrease 20 semitones from the original pitch.
944
+
"pronunciations": [ # Optional. The custom pronunciations for the synthesized audio.
945
+
{ # Pronunciation customization for a phrase.
946
+
"phoneticEncoding": "A String", # The phonetic encoding of the phrase.
947
+
"phrase": "A String", # The phrase to which the customization is applied. The phrase can be multiple words, such as proper nouns, but shouldn't span the length of the sentence.
948
+
"pronunciation": "A String", # The pronunciation of the phrase. This must be in the phonetic encoding specified above.
949
+
},
950
+
],
937
951
"speakingRate": 3.14, # Optional. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is the normal native speed supported by the specific voice. 2.0 is twice as fast, and 0.5 is half as fast. If unset(0.0), defaults to the native 1.0 speed. Any other values < 0.25 or > 4.0 will return an error.
938
952
"voice": { # Description of which voice to use for speech synthesis. # Optional. The desired voice of the synthesized audio.
939
953
"name": "A String", # Optional. The name of the voice. If not set, the service will choose a voice based on the other parameters such as language_code and ssml_gender. For the list of available voices, please refer to [Supported voices and languages](https://cloud.google.com/text-to-speech/docs/voices).
Copy file name to clipboardExpand all lines: docs/dyn/dialogflow_v2beta1.projects.agent.sessions.html
+14
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,13 @@ <h3>Method Details</h3>
136
136
"A String",
137
137
],
138
138
"pitch": 3.14, # Optional. Speaking pitch, in the range [-20.0, 20.0]. 20 means increase 20 semitones from the original pitch. -20 means decrease 20 semitones from the original pitch.
139
+
"pronunciations": [ # Optional. The custom pronunciations for the synthesized audio.
140
+
{ # Pronunciation customization for a phrase.
141
+
"phoneticEncoding": "A String", # The phonetic encoding of the phrase.
142
+
"phrase": "A String", # The phrase to which the customization is applied. The phrase can be multiple words, such as proper nouns, but shouldn't span the length of the sentence.
143
+
"pronunciation": "A String", # The pronunciation of the phrase. This must be in the phonetic encoding specified above.
144
+
},
145
+
],
139
146
"speakingRate": 3.14, # Optional. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is the normal native speed supported by the specific voice. 2.0 is twice as fast, and 0.5 is half as fast. If unset(0.0), defaults to the native 1.0 speed. Any other values < 0.25 or > 4.0 will return an error.
140
147
"voice": { # Description of which voice to use for speech synthesis. # Optional. The desired voice of the synthesized audio.
141
148
"name": "A String", # Optional. The name of the voice. If not set, the service will choose a voice based on the other parameters such as language_code and ssml_gender. For the list of available voices, please refer to [Supported voices and languages](https://cloud.google.com/text-to-speech/docs/voices).
@@ -934,6 +941,13 @@ <h3>Method Details</h3>
934
941
"A String",
935
942
],
936
943
"pitch": 3.14, # Optional. Speaking pitch, in the range [-20.0, 20.0]. 20 means increase 20 semitones from the original pitch. -20 means decrease 20 semitones from the original pitch.
944
+
"pronunciations": [ # Optional. The custom pronunciations for the synthesized audio.
945
+
{ # Pronunciation customization for a phrase.
946
+
"phoneticEncoding": "A String", # The phonetic encoding of the phrase.
947
+
"phrase": "A String", # The phrase to which the customization is applied. The phrase can be multiple words, such as proper nouns, but shouldn't span the length of the sentence.
948
+
"pronunciation": "A String", # The pronunciation of the phrase. This must be in the phonetic encoding specified above.
949
+
},
950
+
],
937
951
"speakingRate": 3.14, # Optional. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is the normal native speed supported by the specific voice. 2.0 is twice as fast, and 0.5 is half as fast. If unset(0.0), defaults to the native 1.0 speed. Any other values < 0.25 or > 4.0 will return an error.
938
952
"voice": { # Description of which voice to use for speech synthesis. # Optional. The desired voice of the synthesized audio.
939
953
"name": "A String", # Optional. The name of the voice. If not set, the service will choose a voice based on the other parameters such as language_code and ssml_gender. For the list of available voices, please refer to [Supported voices and languages](https://cloud.google.com/text-to-speech/docs/voices).
0 commit comments