We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 007a234 commit ab62cd6Copy full SHA for ab62cd6
speech-to-text/v1.ts
@@ -29,9 +29,9 @@ const PARAMS_ALLOWED = [
29
'profanity_filter',
30
'smart_formatting',
31
'customization_id',
32
+ 'acoustic_customization_id',
33
'speaker_labels',
34
'customization_weight',
- 'acoustic_customization_id',
35
'base_model_version'
36
];
37
@@ -487,6 +487,8 @@ class SpeechToTextV1 extends GeneratedSpeechToTextV1 {
487
* @param {Boolean} [params.profanity_filter]
488
* @param {Boolean} [params.smart_formatting]
489
* @param {String} [params.customization_id]
490
+ * @param {String} [params.acoustic_customization_id]
491
+ * @param {Number} [params.customization_weight]
492
* @param {Boolean} [params.speaker_labels]
493
* @param {function} callback
494
*/
0 commit comments