Skip to content

Commit

Permalink
Update sample_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bedangSen committed Apr 3, 2019
1 parent cfd1e6e commit 6db6286
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions sample_config.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# recognize speech using IBM Speech to Text
IBM_USERNAME = "" # IBM Speech to Text usernames are strings of the form XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
IBM_PASSWORD = "" # IBM Speech to Text passwords are mixed-case alphanumeric strings

# recognize speech using Google Speech to Text
GOOGLE_USERNAME=""
GOOGLE_PASSWORD=""

# recognize speech using Microsoft Speech to Text
MICROSOFT_USERNAME=""
MICROSOFT_PASSWORD=""
IAM_APIKEY = "IAM_APIKEY"
URL = "URL"

0 comments on commit 6db6286

Please sign in to comment.