Class VideoPayload (1.6.2)

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

Container of information of a video.

Attributes

NameDescription
mime_type str
Video format.
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.

Inheritance

builtins.object > proto.message.Message > VideoPayload