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.
Implements
IMessage<ExplicitContentAnnotation>, IEquatable<ExplicitContentAnnotation>, IDeepCloneable<ExplicitContentAnnotation>, IBufferMessage, IMessageNamespace
Google.Cloud.VideoIntelligence.V1Assembly
Google.Cloud.VideoIntelligence.V1.dll
Constructors
ExplicitContentAnnotation()
public ExplicitContentAnnotation()
ExplicitContentAnnotation(ExplicitContentAnnotation)
public ExplicitContentAnnotation(ExplicitContentAnnotation other)
Parameter | |
---|---|
Name | Description |
other | ExplicitContentAnnotation |
Properties
Frames
public RepeatedField<ExplicitContentFrame> Frames { get; }
All video frames where explicit content was detected.
Property Value | |
---|---|
Type | Description |
RepeatedField<ExplicitContentFrame> |
Version
public string Version { get; set; }
Feature version.
Property Value | |
---|---|
Type | Description |
String |