use Bytes;
use crateAudioApiError;
use crateTextFormatError;
/// The result of a speech stream.
pub type SpeechStreamResult = ;
/// The result of an audio API calling.
pub type AudioApiResult<T> = ;
/// The result of formatting a response text.
pub type TextFormatResult<T> = ;