pub struct MoveNetModelConfig {
pub enable_smoothing: Option<bool>,
pub model_type: Option<String>,
pub model_url: Option<String>,
pub min_pose_score: Option<f64>,
pub multi_pose_max_dimension: Option<i32>,
pub enable_tracking: Option<bool>,
pub tracker_type: Option<TrackerType>,
pub tracker_config: Option<TrackerConfig>,
}Fields§
§enable_smoothing: Option<bool>§model_type: Option<String>§model_url: Option<String>§min_pose_score: Option<f64>§multi_pose_max_dimension: Option<i32>§enable_tracking: Option<bool>§tracker_type: Option<TrackerType>§tracker_config: Option<TrackerConfig>Trait Implementations§
source§impl Into<JsValue> for MoveNetModelConfig
impl Into<JsValue> for MoveNetModelConfig
Auto Trait Implementations§
impl RefUnwindSafe for MoveNetModelConfig
impl Send for MoveNetModelConfig
impl Sync for MoveNetModelConfig
impl Unpin for MoveNetModelConfig
impl UnwindSafe for MoveNetModelConfig
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