Skip to content

Commit ab62cd6

Browse files
committed
add acoustic_customization_id to recognizeStream
1 parent 007a234 commit ab62cd6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

speech-to-text/v1.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ const PARAMS_ALLOWED = [
2929
'profanity_filter',
3030
'smart_formatting',
3131
'customization_id',
32+
'acoustic_customization_id',
3233
'speaker_labels',
3334
'customization_weight',
34-
'acoustic_customization_id',
3535
'base_model_version'
3636
];
3737

@@ -487,6 +487,8 @@ class SpeechToTextV1 extends GeneratedSpeechToTextV1 {
487487
* @param {Boolean} [params.profanity_filter]
488488
* @param {Boolean} [params.smart_formatting]
489489
* @param {String} [params.customization_id]
490+
* @param {String} [params.acoustic_customization_id]
491+
* @param {Number} [params.customization_weight]
490492
* @param {Boolean} [params.speaker_labels]
491493
* @param {function} callback
492494
*/

0 commit comments

Comments
 (0)