VideoPayload(mapping=None, *, ignore_unknown_fields=False, **kwargs)Container of information of a video.
Attributes |
|
|---|---|
| Name | Description |
mime_type |
str
Video format. |
video_uri |
str
Video uri from the user bucket. |
video_thumbnails |
MutableSequence[google.cloud.datalabeling_v1beta1.types.VideoThumbnail]
The list of video thumbnails. |
frame_rate |
float
FPS of the video. |
signed_uri |
str
Signed uri of the video file in the service bucket. |