1
2
3
4
5
6
7
//! Contains speech-to-text recognizers.

/// v1 STT API
pub mod recognizer;

/// v1p1beta1 API
pub mod recognizer_beta;