How to get started
- Review the terms of use.
- Get a unique API key by sending a request to speechkit@support.yandex.ru.
- Download the SpeechKit Mobile SDK 2.2 distribution.
- Install the Android SDK.
Enable the SpeechKit library for the project:
The SpeechKit library is distributed as an Android library project.
Add the following line to the project.properties file to enable merging AndroidManifest.xml files:
... manifestmerger.enabled=true android.library.reference.1=../YandexSpeechKit ...
- Review the reference guide.