Skip to content

Commit

Permalink
feat(wss): add new websocket params
Browse files Browse the repository at this point in the history
  • Loading branch information
apaparazzi0329 committed Aug 10, 2022
1 parent 13cb339 commit 8cce07c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions speech-to-text/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ namespace SpeechToTextV1 {
speechDetectorSensitivity?: number;
backgroundAudioSuppression?: number;
lowLatency?: boolean;
characterInsertionBias?: number;
}
}

Expand Down
1 change: 1 addition & 0 deletions text-to-speech/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ namespace TextToSpeechV1 {
watsonToken?: string;
voice?: string;
customizationId?: string;
spellOutMode?: string;
xWatsonLearningOptOut?: boolean;
xWatsonMetadata?: string;
}
Expand Down

0 comments on commit 8cce07c

Please sign in to comment.