Skip to content

Commit 149bdd2

Browse files
refactor(wss): keep original formatting
1 parent 1b5f171 commit 149bdd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ibm_watson/speech_to_text_v1_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def recognize_using_websocket(self,
5555
speech_detector_sensitivity=None,
5656
background_audio_suppression=None,
5757
low_latency=None,
58-
character_insertion_bias: float = None,
58+
character_insertion_bias=None,
5959
**kwargs):
6060
"""
6161
Sends audio for speech recognition using web sockets.

ibm_watson/text_to_speech_adapter_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def synthesize_using_websocket(self,
3030
voice=None,
3131
timings=None,
3232
customization_id=None,
33-
spell_out_mode: str = None,
33+
spell_out_mode=None,
3434
http_proxy_host=None,
3535
http_proxy_port=None,
3636
**kwargs):

0 commit comments

Comments
 (0)