[][src]Module luis_sys::speech

Recognition, intent analysis, translation of speech.

Re-exports

pub use audio::*;
pub use builder::*;
pub use events::*;
pub use recognizer::*;

Modules

audio

Represents specific audio configuration, such as microphone, file, or custom audio streams.

builder

Configurator and builder for speech or intent recognition.

events

Events and results.

recognizer

Recognizer for speech with intent and translation support.