View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1VideoMetadata (google_api_ai_platform v0.13.0)

Metadata describes the input video content.

Attributes

  • endOffset (type: String.t, default: nil) - Optional. The end offset of the video.
  • startOffset (type: String.t, default: nil) - Optional. The start offset of the video.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1VideoMetadata{
  endOffset: String.t() | nil,
  startOffset: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.