public sealed class ExplicitContentAnnotation : IMessage<ExplicitContentAnnotation>, IEquatable<ExplicitContentAnnotation>, IDeepCloneable<ExplicitContentAnnotation>, IBufferMessage, IMessage
Explicit content annotation (based on per-frame visual signals only).
If no explicit content has been detected in a frame, no annotations are
present for that frame.
[[["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 webpage provides documentation for the `ExplicitContentAnnotation` class, which is part of the `Google.Cloud.VideoIntelligence.V1` namespace and used for detecting explicit content in videos."],["The class, available in various versions from 2.2.0 to the latest 3.4.0, detects explicit content based on per-frame visual signals."],["The `ExplicitContentAnnotation` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["It includes properties such as `Frames`, which holds a collection of frames where explicit content was found, and `Version` to define the feature version."],["The class provides two constructors: one default and one that accepts another `ExplicitContentAnnotation` object for cloning."]]],[]]