pub trait TranscriptionEndpoint {
// Required method
fn uri(&self) -> &'static str;
}Expand description
Trait that every transcription endpoint enum implements. Mirrors
ModelEndpoint / TtsEndpoint for parity.
pub trait TranscriptionEndpoint {
// Required method
fn uri(&self) -> &'static str;
}Trait that every transcription endpoint enum implements. Mirrors
ModelEndpoint / TtsEndpoint for parity.