public sealed class ExplicitContentFrame : IMessage<ExplicitContentFrame>, IEquatable<ExplicitContentFrame>, IDeepCloneable<ExplicitContentFrame>, IBufferMessage, IMessage
Video frame level annotation results for explicit content.
[[["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 `ExplicitContentFrame` class provides video frame-level annotation results for explicit content analysis."],["This class is part of the `Google.Cloud.VideoIntelligence.V1` namespace, version 2.3.0."],["`ExplicitContentFrame` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `ExplicitContentFrame` include `PornographyLikelihood`, representing the likelihood of pornographic content, and `TimeOffset`, indicating the frame's time offset in the video."],["Constructors are available to create new instances of the `ExplicitContentFrame`, including an option to initialize it with an existing `ExplicitContentFrame` object."]]],[]]