use Path;
use async_trait;
use crateTranscriptionResult;
/// Common interface for speech transcription through remote APIs.
///
/// Unlike local inference engines, remote APIs can handle concurren requests
/// and can switch models without any cost.