Skip to content

Commit 646e2e6

Browse files
jsstylosgermanattanasio
authored andcommitted
Prevent continuous from getting passed by default
1 parent 9bb0c51 commit 646e2e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

watson_developer_cloud/speech_to_text_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def __init__(self, url=default_url, **kwargs):
2727
WatsonDeveloperCloudService.__init__(self, 'speech_to_text', url,
2828
**kwargs)
2929

30-
def recognize(self, audio, content_type, continuous=False, model=None,
30+
def recognize(self, audio, content_type, continuous=None, model=None,
3131
customization_id=None,
3232
inactivity_timeout=None,
3333
keywords=None, keywords_threshold=None,

0 commit comments

Comments
 (0)