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

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.

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
RepeatedFieldExplicitContentFrame

Version

public string Version { get; set; }

Feature version.

Property Value
TypeDescription
string