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 detect explicit content in video frames based on visual signals."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `Frames` property, of type `RepeatedField\u003cExplicitContentFrame\u003e`, lists all video frames that contain explicit content."],["The `Version` property, of type string, is responsible for determining the feature version."],["Constructors are available to instantiate the class, either by default or by cloning another `ExplicitContentAnnotation` instance."]]],[]]