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

Attributes

  • info (type: GoogleApi.ContentWarehouse.V1.Model.VideoVideoStreamInfo.t, default: nil) -
  • inputReadTime (type: float(), default: nil) - Total time taken in seconds to read the input
  • partialFile (type: boolean(), default: nil) - Was the VSI computed on a partial file ?
  • totalVsiTime (type: float(), default: nil) - Total time (of all attempts) taken in seconds to compute VSI
  • vsiStats (type: list(GoogleApi.ContentWarehouse.V1.Model.VideoPipelineViperVSIColumnDataVsiStats.t), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoPipelineViperVSIColumnData{
  info: GoogleApi.ContentWarehouse.V1.Model.VideoVideoStreamInfo.t() | nil,
  inputReadTime: float() | nil,
  partialFile: boolean() | nil,
  totalVsiTime: float() | nil,
  vsiStats:
    [
      GoogleApi.ContentWarehouse.V1.Model.VideoPipelineViperVSIColumnDataVsiStats.t()
    ]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.