Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class VideoPayload.
Container of information of a video.
Generated from protobuf message google.cloud.datalabeling.v1beta1.VideoPayload
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ mime_type
string
Video format.
↳ video_uri
string
Video uri from the user bucket.
↳ video_thumbnails
↳ frame_rate
float
FPS of the video.
↳ signed_uri
string
Signed uri of the video file in the service bucket.
getMimeType
Video format.
string
setMimeType
Video format.
var
string
$this
getVideoUri
Video uri from the user bucket.
string
setVideoUri
Video uri from the user bucket.
var
string
$this
getVideoThumbnails
The list of video thumbnails.
setVideoThumbnails
The list of video thumbnails.
$this
getFrameRate
FPS of the video.
float
setFrameRate
FPS of the video.
var
float
$this
getSignedUri
Signed uri of the video file in the service bucket.
string
setSignedUri
Signed uri of the video file in the service bucket.
var
string
$this