Struct google_videointelligence1::GoogleCloudVideointelligenceV1_ShotChangeDetectionConfig[][src]

pub struct GoogleCloudVideointelligenceV1_ShotChangeDetectionConfig {
    pub model: Option<String>,
}

Config for SHOT_CHANGE_DETECTION.

This type is not used in any activity, and only used as part of another schema.

Fields

Model to use for shot change detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".

Trait Implementations

Auto Trait Implementations