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 details the `ExplicitContentAnnotation` class within the `Google.Cloud.VideoIntelligence.V1` namespace, used for identifying explicit content in videos based on visual signals."],["The `ExplicitContentAnnotation` class is implemented as a sealed class, inheriting from `Object` and implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Frames`, a `RepeatedField` of `ExplicitContentFrame` objects detailing detected explicit content, and `Version`, which indicates the feature version."],["The `ExplicitContentAnnotation` class has two constructors, one default and one that takes another `ExplicitContentAnnotation` as a parameter for copying or cloning."],["There are several versions of this class available, with version 3.4.0 being the latest and the webpage focusing on version 3.0.0."]]],[]]