Skip to content

Commit

Permalink
Update asr_json.py
Browse files Browse the repository at this point in the history
remove 1536
  • Loading branch information
franklyn867 authored Feb 29, 2020
1 parent 3b7ab6b commit 4d01e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest-api-asr/python/asr_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

# 普通版

DEV_PID = 1537 # 1537 表示识别普通话,使用输入法模型。1536表示识别普通话,使用搜索模型。根据文档填写PID,选择语言及识别模型
DEV_PID = 1537 # 1537 表示识别普通话,使用输入法模型。根据文档填写PID,选择语言及识别模型
ASR_URL = 'http://vop.baidu.com/server_api'
SCOPE = 'audio_voice_assistant_get' # 有此scope表示有asr能力,没有请在网页里勾选,非常旧的应用可能没有

Expand Down

0 comments on commit 4d01e91

Please sign in to comment.