public interface VideoThumbnailOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getThumbnail()
public abstract ByteString getThumbnail()A byte string of the video frame.
bytes thumbnail = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the timeOffset field is set. |