Skip to content

Instantly share code, notes, and snippets.

@acotilla91
Created June 3, 2018 19:21
Show Gist options
  • Save acotilla91/a29f5a2e9e104e505c24096134b26be5 to your computer and use it in GitHub Desktop.
Save acotilla91/a29f5a2e9e104e505c24096134b26be5 to your computer and use it in GitHub Desktop.
Roku SpeechRecognizer component header.
<component name="SpeechRecognizer" extends="Task" >
<script type="text/brightscript" uri="pkg:/components/SpeechRecognizer.brs"/>
<interface>
<!-- Callback listener -->
<field id="delegate" type="node"/>
<function name="startListening"/>
</interface>
</component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment