View Source GoogleApi.ContentWarehouse.V1.Model.MediaIndexFrameIdentifier (google_api_content_warehouse v0.4.0)

Identifier for frames associated with a video.

Attributes

  • previewFrameZeroVariant (type: GoogleApi.ContentWarehouse.V1.Model.MediaIndexFrameIdentifierPreviewFrameZeroVariant.t, default: nil) -
  • timestampMs (type: integer(), default: nil) - Offset of the frame from the beginning of the video (in milliseconds).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.MediaIndexFrameIdentifier{
  previewFrameZeroVariant:
    GoogleApi.ContentWarehouse.V1.Model.MediaIndexFrameIdentifierPreviewFrameZeroVariant.t()
    | nil,
  timestampMs: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.