VideoPipelineViperVSIColumnData

GoogleApi.ContentWarehouse.V1.Model.VideoPipelineViperVSIColumnData


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

@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
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoPipelineViperVSIColumnData