Enum oaapi::audio::AudioModel
source · pub enum AudioModel {
Whisper1,
}Expand description
The models for audio APIs.
Variants§
Whisper1
“whisper-1” model.
Trait Implementations§
source§impl Clone for AudioModel
impl Clone for AudioModel
source§fn clone(&self) -> AudioModel
fn clone(&self) -> AudioModel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AudioModel
impl Debug for AudioModel
source§impl Default for AudioModel
impl Default for AudioModel
source§impl Display for AudioModel
impl Display for AudioModel
source§impl Hash for AudioModel
impl Hash for AudioModel
source§impl PartialEq for AudioModel
impl PartialEq for AudioModel
source§fn eq(&self, other: &AudioModel) -> bool
fn eq(&self, other: &AudioModel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for AudioModel
impl Eq for AudioModel
impl StructuralPartialEq for AudioModel
Auto Trait Implementations§
impl RefUnwindSafe for AudioModel
impl Send for AudioModel
impl Sync for AudioModel
impl Unpin for AudioModel
impl UnwindSafe for AudioModel
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.