GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_VideoSegment (google_api_video_intelligence v0.33.0)

View Source

Video segment.

Attributes

  • endTimeOffset (type: String.t, default: nil) - Time-offset, relative to the beginning of the video, corresponding to the end of the segment (inclusive).
  • startTimeOffset (type: String.t, default: nil) - Time-offset, relative to the beginning of the video, corresponding to the start of the segment (inclusive).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.