mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 10:34:54 +00:00
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13790 d0543943-73ff-0310-b7d9-9358b9ac24b2
18 lines
454 B
Plaintext
18 lines
454 B
Plaintext
//speechrecog
|
|
DEFINE-GRAMMAR 543257 MRCP/1.0
|
|
Content-Type:application/grammar+xml
|
|
Content-Id:request1@form-level.store
|
|
Content-Length:309
|
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!-- the default grammar language is US English -->
|
|
<grammar xml:lang="en-US" version="1.0">
|
|
|
|
<!-- single language attachment to tokens -->
|
|
<rule id="yes">
|
|
<one-of>
|
|
<item xml:lang="fr-CA">oui</item>
|
|
<item xml:lang="en-US">yes</item>
|
|
</one-of>
|
|
</rule> |