We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a308e commit 895a8eeCopy full SHA for 895a8ee
1 file changed
watson_developer_cloud/speech_to_text_v1_adapter.py
@@ -11,7 +11,7 @@
11
BEARER = 'Bearer'
12
13
class SpeechToTextV1Adapter(SpeechToTextV1):
14
- @deprecated('Use recognize_using_webSocket() instead')
+ @deprecated('Use recognize_using_websocket() instead')
15
def recognize_with_websocket(self,
16
audio=None,
17
content_type='audio/l16; rate=44100',
0 commit comments