CapsWriter/安装指南/alibabacloud-nls-python-sdk/README.rst
Haujet Zhao ebbb43e675 init
2020-07-10 16:52:38 +08:00

51 lines
1004 B
ReStructuredText
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

============================
alibabacloud-nls-java-sdk
============================
概述
-----
这是阿里巴巴智能语音交互2.0服务的Python SDK。
支持的服务获取Token、一句话识别、实时语音识别、语音合成。
运行环境
--------
Python3.4及以上
.. note::
暂不支持Python2
安全方法
--------
请确认已安装Python包管理工具setuptools如果没有安装请安装
.. code-block:: bash
$ pip install setuptools
请在SDK目录执行以下命令
.. code-block:: bash
# 打包
$ python setup.py bdist_egg
# 安装
$ python setup.py install
.. note::
以上的pip、python命令是对应的Python3。
接口说明
--------
- `一句话识别Python SDK说明 <https://help.aliyun.com/document_detail/120693.html>`_
- `实时语音识别Python SDK说明 <https://help.aliyun.com/document_detail/120698.html>`_
- `语音合成Python SDK说明 <https://help.aliyun.com/document_detail/120699.html>`_