Skip to main content

TranscriptionModelRef

Type Alias TranscriptionModelRef 

Source
pub type TranscriptionModelRef = ModelRef<dyn DynTranscriptionModel>;
Expand description

Shared reference to a transcription model (or an unresolved model id).

Aliased Type§

pub struct TranscriptionModelRef(/* private fields */);

Trait Implementations§

Source§

impl<T: TranscriptionModel> From<Arc<T>> for TranscriptionModelRef

Source§

fn from(model: Arc<T>) -> Self

Converts to this type from the input type.
Source§

impl<T: TranscriptionModel> From<T> for TranscriptionModelRef

Source§

fn from(model: T) -> Self

Converts to this type from the input type.