GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1VideoPayload (google_api_data_labeling v0.2.1) View Source
Container of information of a video.
Attributes
-
frameRate
(type:number()
, default:nil
) - FPS of the video. -
mimeType
(type:String.t
, default:nil
) - Video format. -
signedUri
(type:String.t
, default:nil
) - Signed uri of the video file in the service bucket. -
videoThumbnails
(type:list(GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1VideoThumbnail.t)
, default:nil
) - The list of video thumbnails. -
videoUri
(type:String.t
, default:nil
) - Video uri from the user bucket.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1VideoPayload{ frameRate: number(), mimeType: String.t(), signedUri: String.t(), videoThumbnails: [ GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1VideoThumbnail.t() ], videoUri: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.