public sealed class ExplicitContentAnnotation : IMessage<ExplicitContentAnnotation>, IEquatable<ExplicitContentAnnotation>, IDeepCloneable<ExplicitContentAnnotation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class ExplicitContentAnnotation.
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."],[[["The `ExplicitContentAnnotation` class in the Google Cloud Video Intelligence v1 API is used to represent explicit content detected in video frames based solely on visual signals."],["This class, part of the `Google.Cloud.VideoIntelligence.V1` namespace, provides reference documentation and code samples for version 3.1.0 of the API and is also available in previous versions, all the way back to 2.2.0."],["`ExplicitContentAnnotation` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, with links to the documentation for these interfaces."],["The `ExplicitContentAnnotation` class includes properties such as `Frames`, a `RepeatedField` containing `ExplicitContentFrame` instances, and `Version`, a string for the feature version, as well as two constructors, `ExplicitContentAnnotation()` and `ExplicitContentAnnotation(ExplicitContentAnnotation other)`."]]],[]]