Skip to content

Commit

Permalink
rebase for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChengmo committed Mar 20, 2024
1 parent 580d617 commit 4635c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appbuilder/core/components/asr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ os.environ["APPBUILDER_TOKEN"] = "bce-YOURTOKEN"
### 调用参数
|参数名称 |参数类型 |是否必须 |描述 | 示例值 |
|--------|--------|--------|----|--------|
|message |String ||输入的消息,用于模型的主要输入内容。这是一个必需的参数| Message(content={"raw_audio": b"..."}) |
|message |String ||输入的消息,用于模型的主要输入内容。这是一个必需的参数,语音时长最长为60S| Message(content={"raw_audio": b"..."}) |
|audio_format|String||定义语言文件的格式,包括"pcm"、"wav"、"amr",默认值为"pcm"| pcm |
|rate|Integer||定义录音采样率,固定值16000| 16000 |
|timeout| Float || HTTP超时时间,单位:秒 |1||
Expand Down

0 comments on commit 4635c05

Please sign in to comment.