marek_speech_recognition_api 2.1.1

Speech recognition API
Documentation
1
2
3
4
5
6
7
#[non_exhaustive]
#[derive(Debug, Clone, PartialEq)]
pub enum RecognitionMode {
    Speech,

    Commands(Vec<String>),
}