pub struct GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig {
pub model: Option<String>,
}Expand description
Config for EXPLICIT_CONTENT_DETECTION.
This type is not used in any activity, and only used as part of another schema.
Fields§
§model: Option<String>Model to use for explicit content detection. Supported values: “builtin/stable” (the default if unset) and “builtin/latest”.
Trait Implementations§
Source§impl Clone for GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig
impl Clone for GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig
Source§fn clone(&self) -> GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig
fn clone(&self) -> GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig
Returns a duplicate 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 Default for GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig
impl Default for GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig
Source§fn default() -> GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig
fn default() -> GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig
impl<'de> Deserialize<'de> for GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig
Auto Trait Implementations§
impl Freeze for GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig
impl RefUnwindSafe for GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig
impl Send for GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig
impl Sync for GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig
impl Unpin for GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig
impl UnwindSafe for GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig
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