CapsWriter/安装指南/alibabacloud-nls-python-sdk
Haujet Zhao ebbb43e675 init
2020-07-10 16:52:38 +08:00
..
ali_speech init 2020-07-10 16:52:38 +08:00
alibabacloud_nls_java_sdk.egg-info init 2020-07-10 16:52:38 +08:00
build/lib/ali_speech init 2020-07-10 16:52:38 +08:00
dist init 2020-07-10 16:52:38 +08:00
create_token_demo.py init 2020-07-10 16:52:38 +08:00
LICENSE init 2020-07-10 16:52:38 +08:00
nls-sample-16k.wav init 2020-07-10 16:52:38 +08:00
NOTICE init 2020-07-10 16:52:38 +08:00
README.rst init 2020-07-10 16:52:38 +08:00
setup.py init 2020-07-10 16:52:38 +08:00
speech_recognizer_demo.py init 2020-07-10 16:52:38 +08:00
speech_synthesizer_demo.py init 2020-07-10 16:52:38 +08:00
speech_transcriber_demo.py init 2020-07-10 16:52:38 +08:00

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>`_