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
Namespace
Google \ Cloud \ DataLabeling \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 |
array<Google\Cloud\DataLabeling\V1beta1\VideoThumbnail>
The list of 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.
Returns | |
---|---|
Type | Description |
string |
setMimeType
Video format.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getVideoUri
Video uri from the user bucket.
Returns | |
---|---|
Type | Description |
string |
setVideoUri
Video uri from the user bucket.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getVideoThumbnails
The list of video thumbnails.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setVideoThumbnails
The list of video thumbnails.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\DataLabeling\V1beta1\VideoThumbnail>
|
Returns | |
---|---|
Type | Description |
$this |
getFrameRate
FPS of the video.
Returns | |
---|---|
Type | Description |
float |
setFrameRate
FPS of the video.
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |
getSignedUri
Signed uri of the video file in the service bucket.
Returns | |
---|---|
Type | Description |
string |
setSignedUri
Signed uri of the video file in the service bucket.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |