public sealed class ExplicitContentFrame : IMessage<ExplicitContentFrame>, IEquatable<ExplicitContentFrame>, IDeepCloneable<ExplicitContentFrame>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class ExplicitContentFrame.
Video frame level annotation results for explicit content.
Implements
IMessageExplicitContentFrame, IEquatableExplicitContentFrame, IDeepCloneableExplicitContentFrame, IBufferMessage, IMessageNamespace
Google.Cloud.VideoIntelligence.V1Assembly
Google.Cloud.VideoIntelligence.V1.dll
Constructors
ExplicitContentFrame()
public ExplicitContentFrame()
ExplicitContentFrame(ExplicitContentFrame)
public ExplicitContentFrame(ExplicitContentFrame other)
Parameter | |
---|---|
Name | Description |
other | ExplicitContentFrame |
Properties
PornographyLikelihood
public Likelihood PornographyLikelihood { get; set; }
Likelihood of the pornography content..
Property Value | |
---|---|
Type | Description |
Likelihood |
TimeOffset
public Duration TimeOffset { get; set; }
Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
Property Value | |
---|---|
Type | Description |
Duration |