VideoContentSearchFrameSimilarityInterval

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchFrameSimilarityInterval


Table of Contents ▼

Jump to a specific part of the page:

Description

Frame-level similarities info for each topic for an interval of frames.

Attributes List

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

View Attributes

Attributes

  1. frameSimilarity (type: list(number()), default: nil)
    - The similarity between this topic and starburst features for frames in [frames[frame_level_starburst_start_index], frames[frame_level_starburst_start_index + len(frame_similarity)].
  2. framesEndTimestampMs (type: String.t, default: nil)
    - Timestamp in milliseconds for the last frame in this frame interval.
  3. framesStarburstStartIndex (type: integer(), default: nil)
    - The index of the first frame within this interval of similar frames. VideoMultimodalTopicFeatures.frame_starburst_data.
  4. framesStartTimestampMs (type: String.t, default: nil)
    - Timestamp in milliseconds for the first frame in this frame interval.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchFrameSimilarityInterval{
frameSimilarity: [number()] | nil,
framesEndTimestampMs: String.t() | nil,
framesStarburstStartIndex: integer() | nil,
framesStartTimestampMs: String.t() | nil
}

Function

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

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