Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
breandan edited this pageMay 9, 2020 ·1 revision

Speech Recognition

ASR is supported byCMU Sphinx andAmazon Lex. All recognition is offline by default.

Speech-to-Text

Whether Lex manages to resolve and fulfill an intent or not, it will still return the recognised utterance in text (unless it did not hear anything at all).LexASR andCMUSphinxASRprovide a methodwaitForUtterance() which blocks until the speech to text service returns a string.

NLP - Text to Action

If Lexdoes manage to resolve and fulfill (to the point where it delegates to client-side fulfillment) an intent byinvoking a Lamba function thenLexRecognizernotifies aNlpResultListener that the request has been fulfilled or failed etc.

NlpProviderdefines a methodprocessUtterance() which takes a string utterance and context.LexNlpimplementsNlpProvider and notifies theNlpResultListener.

Text-to-Speech

TTS is supported byMaryTTS andAmazon Polly. Speech synthesis is offline by default.

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp