|
@@ -1,7 +1,11 @@
|
|
|
# Speech To Text (STT)
|
|
|
-# TODO update to place each STT doc the its proper directory
|
|
|
+
|
|
|
This chapter describes how STT are working.
|
|
|
-This configuration must apply in the [settings.yml](settings.md) file.
|
|
|
+
|
|
|
+The STT are programs or API that converts the voice to text.
|
|
|
+Each of them have a specific configuration and support multiple voice and/or languages.
|
|
|
+
|
|
|
+The configuration for each STT must apply in the [settings.yml](settings.md) file.
|
|
|
|
|
|
The syntax used is YAML.
|
|
|
|
|
@@ -24,51 +28,14 @@ speech_to_text:
|
|
|
|
|
|
## Current Available STT
|
|
|
|
|
|
-### Google
|
|
|
-
|
|
|
-The google STT is based on the [Google Speech Recognition API](https://cloud.google.com/speech/)
|
|
|
-
|
|
|
-| parameter| required | default | choices | comments |
|
|
|
-|----------|----------|---------|---------|----------|
|
|
|
-| key | No | None | | |
|
|
|
-| language | No | en-US | [lang](https://en.wikipedia.org/wiki/Google_Voice_Search#Supported_languages) |LCID string|
|
|
|
-
|
|
|
-### Bing
|
|
|
-
|
|
|
-The Bing STT is based on the [Microsoft Bing Voice Recognition API](https://www.microsoft.com/cognitive-services/en-us/speech-api)
|
|
|
-
|
|
|
-| parameter| required | default | choices | comments |
|
|
|
-|----------|----------|---------|---------|----------|
|
|
|
-| key | YES | None | |User info |
|
|
|
-| language | No | en-US | [lang](https://www.microsoft.com/cognitive-services/en-us/speech-api)|7 languages|
|
|
|
-
|
|
|
-### wit.ai
|
|
|
-
|
|
|
-The wit.ai STT is based on the Microsoft [Wit.ai API](https://wit.ai/)
|
|
|
-
|
|
|
-| parameter| required | default | choices | comments |
|
|
|
-|----------|----------|---------|---------|----------|
|
|
|
-| key | YES | None | |User info |
|
|
|
-| language | No | en-US |[lang](https://docs.api.ai/docs/languages)| |
|
|
|
-
|
|
|
-### api.ai
|
|
|
-
|
|
|
-The api.ai STT is based on the [api.ai API](https://api.ai/)
|
|
|
-
|
|
|
-| parameter| required | default | choices | comments |
|
|
|
-|----------|----------|---------|---------|----------|
|
|
|
-| key | YES | None | |User info |
|
|
|
-| language | No | en-US |[lang](https://docs.api.ai/docs/languages)| |
|
|
|
-
|
|
|
-### Houndify
|
|
|
|
|
|
-Not working yet ... in coming
|
|
|
+[apiai](../stt/apiai/STT_INFO.md)
|
|
|
+[bing](../stt/bing/STT_INFO.md)
|
|
|
+[google](../stt/google/STT_INFO.md)
|
|
|
+[houndify](../stt/houndify/STT_INFO.md)
|
|
|
+[witai](../stt/wit/STT_INFO.md)
|
|
|
+ |
|
|
|
|
|
|
-| parameter| required | default | choices | comments |
|
|
|
-|----------|----------|---------|---------|----------|
|
|
|
-| key | YES | None | |User info |
|
|
|
-| client_id| YES | None | |User info |
|
|
|
-| language | No | en-US | en-US | |
|
|
|
|
|
|
## Full Example
|
|
|
|