Files

58 lines
2.1 KiB
Markdown

# hass-tencentcloud-asr
腾讯云语音识别服务 homeassistant stt集成
[![GitHub release][releases-shield]][releases]
[![Github downloads][downloads-shield]][releases]
[![HACS][hacs-shield]][hacs]
## 安装
- 腾讯云上开通[语音识别服务](https://cloud.tencent.com/product/asr),获取SecretId 和 SecretKey
- HACS -> 集成 -> 右上解选项 -> 自定义存储库
- 存储库: https://github.com/chliny/hass-tencentcloud-asr
- 类别: 集成
- 浏览并下载存储库 -> 搜索 TencentCloud ASR 并下载
- 重启homeassistant
- homeassistant 添加集成
- 设置 -> 设备与服务 -> 添加集成 -> 搜索 TencentCloud ASR -> 填入腾讯云API密钥和Secret
- 提交后稍等片刻,即可看到`tencentcloud_asr`实体
## 支持模型
| 模型 | 说明 |
|------|------|
|8k_zh|中文电话通用|
|8k_en|英文电话通用|
|16k_zh| 中文通用|
|16k_zh-PY|中英粤|
|16k_zh_medical|中文医疗|
|16k_en|英语|
|16k_yue|粤语|
|16k_ja|日语|
|16k_ko|韩语|
|16k_vi|越南语|
|16k_ms|马来语|
|16k_id|印度尼西亚语|
|16k_fil|菲律宾语|
|16k_th|泰语|
|16k_pt|葡萄牙语|
|16k_tr|土耳其语|
|16k_ar|阿拉伯语|
|16k_es|西班牙语|
|16k_hi|印地语|
|16k_fr|法语|
|16k_de|德语|
|16k_zh_dialect|多方言,支持23种方言(上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话)|
- 更多模型详细说明,请参考[腾讯云文档](https://cloud.tencent.com/document/product/1093/35646)
- 默认模型: `16k_zh`
[releases-shield]: https://img.shields.io/github/v/release/chliny/hass-tencentcloud-asr?style=flat-square
[downloads-shield]: https://img.shields.io/github/downloads/chliny/hass-tencentcloud-asr/total?style=flat-square
[releases]: https://github.com/chliny/hass-tencentcloud-asr/releases
[hacs-shield]: https://img.shields.io/badge/HACS-Default-41BDF5.svg?style=flat-square
[hacs]: https://github.com/hacs/integration