Show / Hide Table of Contents

Class VideoClassificationAnnotation

Video classification annotation.

Inheritance
System.Object
VideoClassificationAnnotation
Implements
IMessage<VideoClassificationAnnotation>
System.IEquatable<VideoClassificationAnnotation>
IDeepCloneable<VideoClassificationAnnotation>
Google.Protobuf.IBufferMessage
IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class VideoClassificationAnnotation : IMessage<VideoClassificationAnnotation>, IEquatable<VideoClassificationAnnotation>, IDeepCloneable<VideoClassificationAnnotation>, IBufferMessage, IMessage

Constructors

VideoClassificationAnnotation()

Declaration
public VideoClassificationAnnotation()

VideoClassificationAnnotation(VideoClassificationAnnotation)

Declaration
public VideoClassificationAnnotation(VideoClassificationAnnotation other)
Parameters
Type Name Description
VideoClassificationAnnotation other

Properties

AnnotationSpec

Label of the segment specified by time_segment.

Declaration
public AnnotationSpec AnnotationSpec { get; set; }
Property Value
Type Description
AnnotationSpec

TimeSegment

The time segment of the video to which the annotation applies.

Declaration
public TimeSegment TimeSegment { get; set; }
Property Value
Type Description
TimeSegment
Back to top