VideoContentSearchMultimodalTopicFeatures

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMultimodalTopicFeatures


Table of Contents ▼

Jump to a specific part of the page:

Description

Multimodal features for a single generated topic. Next ID: 8

Attributes List

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

View Attributes

Attributes

  1. frameSimilarityInterval (type: list(GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchFrameSimilarityInterval), default: nil)
    - The list of frame sequence similarities to this topic. The list of frames are picked to be around the topic timestamp. The set of frames selected are thresholded at a value to ensure the selected frame intervals are similar to the query.
  2. generativeTopicPredictionFeatures (type: list(GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchGenerativeTopicPredictionFeatures), default: nil)
    - The inference results from the prediction services that generate the topics.
  3. navboostAnchorFeatures (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchNavboostAnchorFeatures, default: nil)
    - Features related to queries generated using document navboost data with timed anchors. Only populated if the query was generated using this approach.
  4. topic (type: String.t, default: nil)
    - The text of the generated topic.
  5. topicEndMs (type: String.t, default: nil)
    - End time of the topic.
  6. topicStartMs (type: String.t, default: nil)
    - Start time of the topic.
  7. videoQuerySource (type: String.t, default: nil)
    - How the query was generated.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMultimodalTopicFeatures{
frameSimilarityInterval: [ GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchFrameSimilarityInterval.t() ] | nil,
generativeTopicPredictionFeatures: [ GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchGenerativeTopicPredictionFeatures.t() ] | nil,
navboostAnchorFeatures: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchNavboostAnchorFeatures.t() | nil,
topic: String.t() | nil,
topicEndMs: String.t() | nil,
topicStartMs: String.t() | nil,
videoQuerySource: String.t() | nil
}

Function

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

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