public sealed class ExplicitContentDetectionConfig : IMessage<ExplicitContentDetectionConfig>, IEquatable<ExplicitContentDetectionConfig>, IDeepCloneable<ExplicitContentDetectionConfig>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page documents the `ExplicitContentDetectionConfig` class, which is part of the `Google.Cloud.VideoIntelligence.V1` namespace and is used for configuring explicit content detection in video analysis."],["The `ExplicitContentDetectionConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer-based message operations."],["The class includes a `Model` property that allows you to specify which model to use for explicit content detection, with supported values being \"builtin/stable\" (default) and \"builtin/latest\"."],["The `ExplicitContentDetectionConfig` class has two constructors allowing for creating an empty instance of the object or one that is a copy of another `ExplicitContentDetectionConfig` object."],["The current page is referring to the `ExplicitContentDetectionConfig` from version 2.2.0 of the Google Cloud Video Intelligence library, and also provides links to previous versions all the way up to the latest, 3.4.0."]]],[]]