azure-speech 0.10.0

Pure Rust SDK for Azure Speech Service
Documentation
1
2
3
4
5
6
7
8
9
10
mod common;
mod speech_end_detected;
mod speech_hypothesis;
mod speech_phrase;
mod speech_start_detected;

pub(crate) use speech_end_detected::*;
pub(crate) use speech_hypothesis::*;
pub(crate) use speech_phrase::*;
pub(crate) use speech_start_detected::*;