Container of information of a video.
JSON representation | |
---|---|
{
"mimeType": string,
"videoUri": string,
"videoThumbnails": [
{
object ( |
Fields | |
---|---|
mimeType |
Video format. |
videoUri |
Video uri from the user bucket. |
videoThumbnails[] |
The list of video thumbnails. |
frameRate |
FPS of the video. |
signedUri |
Signed uri of the video file in the service bucket. |
VideoThumbnail
Container of information of a video thumbnail.
JSON representation | |
---|---|
{ "thumbnail": string, "timeOffset": string } |
Fields | |
---|---|
thumbnail |
A byte string of the video frame. A base64-encoded string. |
timeOffset |
Time offset relative to the beginning of the video, corresponding to the video frame where the thumbnail has been extracted from. A duration in seconds with up to nine fractional digits, terminated by ' |