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: lib/recognize-stream.ts
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,9 @@ class RecognizeStream extends Duplex {
112
112
* @param {Boolean} [options.smart_formatting=false] - formats numeric values such as dates, times, currency, etc.
113
113
* @param {String} [options.customization_id] - Customization ID
114
114
* @param {IamTokenManagerV1} [options.token_manager] - Token manager for authenticating with IAM
115
+
* @param {string} [options.base_model_version] - The version of the specified base model that is to be used with recognition request or, for the **Create a session** method, with the new session.
116
+
* Multiple versions of a base model can exist when a model is updated for internal improvements. The parameter is intended primarily for use with custom models that have been upgraded for a new base model.
117
+
* The default value depends on whether the parameter is used with or without a custom model. For more information, see [Base model version](https://console.bluemix.net/docs/services/speech-to-text/input.html#version).
0 commit comments