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.
Implements
IMessageVideoThumbnail, IEquatableVideoThumbnail, IDeepCloneableVideoThumbnail, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
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 |