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):
Attributes
-
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. -
generativeTopicPredictionFeatures
(type:list(GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchGenerativeTopicPredictionFeatures)
, default:nil
)
- The inference results from the prediction services that generate the topics. -
topic
(type:String.t
, default:nil
)
- The text of the generated topic. -
topicEndMs
(type:String.t
, default:nil
)
- End time of the topic. -
topicStartMs
(type:String.t
, default:nil
)
- Start time of the topic. -
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
}
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