pub struct AudioTagConfig {
pub model: String,
pub labels: String,
pub top_k: i32,
pub ced: Option<String>,
pub debug: bool,
pub num_threads: Option<i32>,
pub provider: Option<String>,
}
Fields§
§model: String
§labels: String
§top_k: i32
§ced: Option<String>
§debug: bool
§num_threads: Option<i32>
§provider: Option<String>
Trait Implementations§
Source§impl Clone for AudioTagConfig
impl Clone for AudioTagConfig
Source§fn clone(&self) -> AudioTagConfig
fn clone(&self) -> AudioTagConfig
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 AudioTagConfig
impl Debug for AudioTagConfig
Source§impl Default for AudioTagConfig
impl Default for AudioTagConfig
Source§fn default() -> AudioTagConfig
fn default() -> AudioTagConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AudioTagConfig
impl RefUnwindSafe for AudioTagConfig
impl Send for AudioTagConfig
impl Sync for AudioTagConfig
impl Unpin for AudioTagConfig
impl UnwindSafe for AudioTagConfig
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