aboutsummaryrefslogtreecommitdiffstats
path: root/doc/speechrec.txt
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-18 16:22:26 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-18 16:22:26 +0000
commit1e12d4e1dfa54ea93e7ed217fc18450c154f7855 (patch)
tree4867337433a34db5828536cbd38ff14bd22e6c45 /doc/speechrec.txt
parent1dc3bbe40360ddc1de994ea234a10b1dfb05c521 (diff)
Expand speech API so that the developer can interact with the engine more directly and use specific functions of the connector even if a generic API call is not available
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37881 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc/speechrec.txt')
-rw-r--r--doc/speechrec.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/speechrec.txt b/doc/speechrec.txt
index 7c4960ea3..8aa157de1 100644
--- a/doc/speechrec.txt
+++ b/doc/speechrec.txt
@@ -109,6 +109,10 @@ Returns the recognized text of a result.
Returns the matched grammar of the result.
+- SPEECH_ENGINE(name)=value
+
+Sets a speech engine specific attribute.
+
* Dialplan Flow:
-----------------