VideoContentSearchFrameStarburstData

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchFrameStarburstData


Table of Contents ▼

Jump to a specific part of the page:

Description

Starburst frame-level dense data.

Attributes List

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

View Attributes

Attributes

  1. denseVector (type: list(number()), default: nil)
    - Raw float feature vector of the starburst representation.
  2. sbVersion (type: String.t, default: nil)
    - Starburst version. Possible values are: STARBURST_TEXT_V4 STARBURST_TEXT_V4_5 STARBURST_TEXT_V4_PLC STARBURST_TEXT_V5
  3. timestampMs (type: String.t, default: nil)
    - Timestamp in milliseconds for this frame.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchFrameStarburstData{
denseVector: [number()] | nil,
sbVersion: String.t() | nil,
timestampMs: String.t() | nil
}

Function

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

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