Class VideoPayload (1.1.0)

VideoPayload(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Container of information of a video. .. attribute:: mime_type

Video format.

:type: str

Attributes

NameDescription
video_uri str
Video uri from the user bucket.
video_thumbnails Sequence[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.