Interface VideoThumbnailOrBuilder (0.126.0)

public interface VideoThumbnailOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getThumbnail()

public abstract ByteString getThumbnail()

A byte string of the video frame.

bytes thumbnail = 1;

Returns
TypeDescription
ByteString

The thumbnail.

getTimeOffset()

public abstract Duration getTimeOffset()

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

.google.protobuf.Duration time_offset = 2;

Returns
TypeDescription
Duration

The timeOffset.

getTimeOffsetOrBuilder()

public abstract DurationOrBuilder getTimeOffsetOrBuilder()

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

.google.protobuf.Duration time_offset = 2;

Returns
TypeDescription
DurationOrBuilder

hasTimeOffset()

public abstract boolean hasTimeOffset()

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

.google.protobuf.Duration time_offset = 2;

Returns
TypeDescription
boolean

Whether the timeOffset field is set.