Class ExplicitContentAnnotation (3.0.0)

public sealed class ExplicitContentAnnotation : IMessage<ExplicitContentAnnotation>, IEquatable<ExplicitContentAnnotation>, IDeepCloneable<ExplicitContentAnnotation>, IBufferMessage, IMessage

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.

Inheritance

Object > ExplicitContentAnnotation

Namespace

Google.Cloud.VideoIntelligence.V1

Assembly

Google.Cloud.VideoIntelligence.V1.dll

Constructors

ExplicitContentAnnotation()

public ExplicitContentAnnotation()

ExplicitContentAnnotation(ExplicitContentAnnotation)

public ExplicitContentAnnotation(ExplicitContentAnnotation other)
Parameter
NameDescription
otherExplicitContentAnnotation

Properties

Frames

public RepeatedField<ExplicitContentFrame> Frames { get; }

All video frames where explicit content was detected.

Property Value
TypeDescription
RepeatedField<ExplicitContentFrame>

Version

public string Version { get; set; }

Feature version.

Property Value
TypeDescription
String