Struct google_videointelligence1::GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig[][src]

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

Config for EXPLICIT_CONTENT_DETECTION.

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

Fields

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

Trait Implementations

Auto Trait Implementations