Google Cloud Video Intelligence v1 API - Class ExplicitContentFrame (3.3.0)

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.

Inheritance

object > ExplicitContentFrame

Namespace

Google.Cloud.VideoIntelligence.V1

Assembly

Google.Cloud.VideoIntelligence.V1.dll

Constructors

ExplicitContentFrame()

public ExplicitContentFrame()

ExplicitContentFrame(ExplicitContentFrame)

public ExplicitContentFrame(ExplicitContentFrame other)
Parameter
NameDescription
otherExplicitContentFrame

Properties

PornographyLikelihood

public Likelihood PornographyLikelihood { get; set; }

Likelihood of the pornography content..

Property Value
TypeDescription
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
TypeDescription
Duration