View Source GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1VideoPayload (google_api_data_labeling v0.3.1)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1VideoPayload{
    frameRate: number() | nil,
    mimeType: String.t() | nil,
    signedUri: String.t() | nil,
    videoThumbnails:
      [
        GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1VideoThumbnail.t()
      ]
      | nil,
    videoUri: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.