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 13cb339 commit 8cce07cCopy full SHA for 8cce07c
speech-to-text/v1.ts
@@ -280,6 +280,7 @@ namespace SpeechToTextV1 {
280
speechDetectorSensitivity?: number;
281
backgroundAudioSuppression?: number;
282
lowLatency?: boolean;
283
+ characterInsertionBias?: number;
284
}
285
286
text-to-speech/v1.ts
@@ -149,6 +149,7 @@ namespace TextToSpeechV1 {
149
watsonToken?: string;
150
voice?: string;
151
customizationId?: string;
152
+ spellOutMode?: string;
153
xWatsonLearningOptOut?: boolean;
154
xWatsonMetadata?: string;
155
0 commit comments