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_v2.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.
@@ -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.
@@ -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.
@@ -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.
@@ -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.
@@ -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.
Copy file name to clipboardExpand all lines: docs/dyn/dialogflow_v2.projects.agent.environments.users.sessions.html
+15-1
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.
@@ -151,7 +158,7 @@ <h3>Method Details</h3>
151
158
"disableNoSpeechRecognizedEvent": True or False, # Only used in Participants.AnalyzeContent and Participants.StreamingAnalyzeContent. If `false` and recognition doesn't return any result, trigger `NO_SPEECH_RECOGNIZED` event to Dialogflow agent.
152
159
"enableAutomaticPunctuation": True or False, # Enable automatic punctuation option at the speech backend.
153
160
"enableWordInfo": True or False, # If `true`, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words, e.g. start and end time offsets. If false or unspecified, Speech doesn't return any word-level information.
154
-
"languageCode": "A String", # Required. The language of the supplied audio. Dialogflow does not do translations. See [Language Support](https://cloud.google.com/dialogflow/docs/reference/language) for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
161
+
"languageCode": "A String", # Required. The language of the supplied audio. Dialogflow does not do translations. See [Language Support](https://cloud.google.com/dialogflow/docs/reference/language) for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language. If not set, the language is inferred from the ConversationProfile.stt_config.
155
162
"model": "A String", # Optional. Which Speech model to select for the given request. For more information, see [Speech models](https://cloud.google.com/dialogflow/es/docs/speech-models).
156
163
"modelVariant": "A String", # Which variant of the Speech model to use.
157
164
"optOutConformerModelMigration": True or False, # If `true`, the request will opt out for STT conformer model migration. This field will be deprecated once force migration takes place in June 2024. Please refer to [Dialogflow ES Speech model migration](https://cloud.google.com/dialogflow/es/docs/speech-model-migration).
@@ -245,6 +252,13 @@ <h3>Method Details</h3>
245
252
"A String",
246
253
],
247
254
"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.
255
+
"pronunciations": [ # Optional. The custom pronunciations for the synthesized audio.
256
+
{ # Pronunciation customization for a phrase.
257
+
"phoneticEncoding": "A String", # The phonetic encoding of the phrase.
258
+
"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.
259
+
"pronunciation": "A String", # The pronunciation of the phrase. This must be in the phonetic encoding specified above.
260
+
},
261
+
],
248
262
"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.
249
263
"voice": { # Description of which voice to use for speech synthesis. # Optional. The desired voice of the synthesized audio.
250
264
"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.
0 commit comments