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

A time period inside of a DataItem that has a time dimension (e.g. video).

Attributes

  • endTimeOffset (type: String.t, default: nil) - End of the time segment (exclusive), represented as the duration since the start of the DataItem.
  • startTimeOffset (type: String.t, default: nil) - Start of the time segment (inclusive), represented as the duration since the start of the DataItem.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTimeSegment{
  endTimeOffset: String.t() | nil,
  startTimeOffset: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.