Data Labeling v1beta1 API - Class VideoThumbnail (2.0.0-beta04)

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

Reference documentation and code samples for the Data Labeling v1beta1 API class VideoThumbnail.

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
Name Description
other VideoThumbnail

Properties

Thumbnail

public ByteString Thumbnail { get; set; }

A byte string of the video frame.

Property Value
Type Description
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
Type Description
Duration