Jelajahi Sumber

[Doc] Update Doc STT tables

monf 8 tahun lalu
induk
melakukan
2ca5febde9

+ 5 - 5
Docs/stt.md

@@ -28,11 +28,11 @@ speech_to_text:
 
 ## Current Available STT
 
-[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)
+[apiai](../stt/apiai/README.md)
+[bing](../stt/bing/README.md)
+[google](../stt/google/README.md)
+[houndify](../stt/houndify/README.md)
+[witai](../stt/wit/README.md)
 
 ## Full Example
 

+ 8 - 0
stt/apiai/README.md

@@ -0,0 +1,8 @@
+### api.ai
+
+The api.ai STT is based on the [api.ai API](https://api.ai/)
+
+| parameter | required | default | language tag                                       | comment   |
+|:---------:|-----------|---------|----------------------------------------------------|-----------|
+| key       | yes       | None    |                                                    | User info |
+| language  | no        | en-US   | [language tag](https://docs.api.ai/docs/languages) |           |

+ 0 - 8
stt/apiai/STT_INFO.md

@@ -1,8 +0,0 @@
-### 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/README.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 | language tag                                                          | comment     |
+|:---------:|-----------|---------|-----------------------------------------------------------------------|-------------|
+| key       | YES       | None    |                                                                       | User info   |
+| language  | No        | en-US   | [lang](https://www.microsoft.com/cognitive-services/en-us/speech-api) | 7 languages |

+ 0 - 8
stt/bing/STT_INFO.md

@@ -1,8 +0,0 @@
-### 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/README.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 | language tag                                                                  | comment     |
+|:---------:|-----------|---------|-------------------------------------------------------------------------------|-------------|
+| key       | No        | None    |                                                                               |             |
+| language  | No        | en-US   | [lang](https://en.wikipedia.org/wiki/Google_Voice_Search#Supported_languages) | LCID string |

+ 0 - 8
stt/google/STT_INFO.md

@@ -1,8 +0,0 @@
-### 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/README.md

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

+ 0 - 9
stt/houndify/STT_INFO.md

@@ -1,9 +0,0 @@
-### 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/README.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 | language tag                               | comment   |
+|:---------:|-----------|---------|--------------------------------------------|-----------|
+| key       | Yes       | None    |                                            | User info |
+| language  | No        | en-US   | [lang](https://docs.api.ai/docs/languages) |           |

+ 0 - 8
stt/wit/STT_INFO.md

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