[][src]Module luis_sys::speech::recognizer

Recognizer for speech with intent and translation support.

Structs

Connection

Wrap the underlying handle with common methods.

EventStream

Promise of recognition event stream.

IntentTrigger

Wrap the underlying handle with common methods.

Model

Wrap the underlying handle with common methods.

Recognizer

In addition to performing speech-to-text recognition, the IntentRecognizer extracts structured information about the intent of the speaker, which can be used to drive further actions using dedicated intent triggers

RecognizerAsync

Wrap the underlying handle with common methods.

RecognizerSession

Wrap the underlying handle with common methods.