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

The stats of each output vsi.

Attributes

  • partialVsi (type: boolean(), default: nil) - True if the output vsi is a partial vsi.
  • vsiTime (type: float(), default: nil) - The time (in secondes) from vsi_engine init to vsi written to output buffer.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.VideoPipelineViperVSIColumnDataVsiStats{
    partialVsi: boolean() | nil,
    vsiTime: float() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.