Skip to content

Commit 33712c0

Browse files
committed
feat(Speech to Text): New params grammar_name and redaction in recognize, create_job
1 parent 07b70c2 commit 33712c0

File tree

2 files changed

+533
-404
lines changed

2 files changed

+533
-404
lines changed

resources/confirm-grammar.xml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<grammar version="1.0" xml:lang="en-US" root="confirmations">
2+
<rule id="confirmations">
3+
<one-of>
4+
<item> affirmative </item>
5+
<item> nah </item>
6+
<item> no </item>
7+
<item> nope </item>
8+
<item> yeah </item>
9+
<item> yep </item>
10+
<item> yes </item>
11+
<item> yup </item>
12+
<item> fine </item>
13+
<item> negative </item>
14+
<item> OK </item>
15+
<item> sure </item>
16+
</one-of>
17+
</rule>
18+
</grammar>

0 commit comments

Comments
 (0)