Jelajahi Sumber

[Doc] Update STT doc

monf 8 tahun lalu
induk
melakukan
5a090d14d1
6 mengubah file dengan 53 tambahan dan 45 penghapusan
  1. 12 45
      Docs/stt.md
  2. 8 0
      stt/apiai/STT_INFO.md
  3. 8 0
      stt/bing/STT_INFO.md
  4. 8 0
      stt/google/STT_INFO.md
  5. 9 0
      stt/houndify/STT_INFO.md
  6. 8 0
      stt/wit/STT_INFO.md

+ 12 - 45
Docs/stt.md

@@ -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
 

+ 8 - 0
stt/apiai/STT_INFO.md

@@ -0,0 +1,8 @@
+### 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)|    

+ 8 - 0
stt/bing/STT_INFO.md

@@ -0,0 +1,8 @@
+### 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|

+ 8 - 0
stt/google/STT_INFO.md

@@ -0,0 +1,8 @@
+### 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|

+ 9 - 0
stt/houndify/STT_INFO.md

@@ -0,0 +1,9 @@
+### Houndify
+
+Not working yet ... in coming
+
+| parameter| required | default | choices | comments |
+|----------|----------|---------|---------|----------|
+| key      | YES      | None    |         |User info |
+| client_id| YES      | None    |         |User info |
+| language | No       | en-US   | en-US   |          |

+ 8 - 0
stt/wit/STT_INFO.md

@@ -0,0 +1,8 @@
+### 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)|          |