public sealed class ExplicitContentDetectionConfig : IMessage<ExplicitContentDetectionConfig>, IEquatable<ExplicitContentDetectionConfig>, IDeepCloneable<ExplicitContentDetectionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class ExplicitContentDetectionConfig.
[[["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."],[[["The document provides reference documentation and code samples for the `ExplicitContentDetectionConfig` class within the Google Cloud Video Intelligence v1 API."],["`ExplicitContentDetectionConfig` is a class used for configuring explicit content detection and is part of the `Google.Cloud.VideoIntelligence.V1` namespace."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, with inherited members including `GetHashCode()`, `GetType()`, and `ToString()`."],["It has two constructors: a default constructor and one that takes another `ExplicitContentDetectionConfig` instance as a parameter."],["The `Model` property of `ExplicitContentDetectionConfig` allows specification of the model used for explicit content detection, with supported values being \"builtin/stable\" (default) and \"builtin/latest\"."]]],[]]