Class VideoThumbnail (1.0.0-beta03)

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

Container of information of a video thumbnail.

Inheritance

Object > VideoThumbnail

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

VideoThumbnail()

public VideoThumbnail()

VideoThumbnail(VideoThumbnail)

public VideoThumbnail(VideoThumbnail other)
Parameter
NameDescription
otherVideoThumbnail

Properties

Thumbnail

public ByteString Thumbnail { get; set; }

A byte string of the video frame.

Property Value
TypeDescription
ByteString

TimeOffset

public Duration TimeOffset { get; set; }

Time offset relative to the beginning of the video, corresponding to the video frame where the thumbnail has been extracted from.

Property Value
TypeDescription
Duration