MediaIndexVideoCoreSignals

GoogleApi.ContentWarehouse.V1.Model.MediaIndexVideoCoreSignals


Table of Contents ▼

Jump to a specific part of the page:

Description

Core signals for video content corpus which will be fetched for every query. If a signal is required only for a subset of search queries then it should be added as a separate field in the schema.

Attributes List

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

View Attributes

Attributes

  1. centroid (type: GoogleApi.ContentWarehouse.V1.Model.MediaIndexVideoCentroid, default: nil)
    -
  2. videoFrames (type: list(GoogleApi.ContentWarehouse.V1.Model.MediaIndexVideoFrame), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.MediaIndexVideoCoreSignals{
centroid: GoogleApi.ContentWarehouse.V1.Model.MediaIndexVideoCentroid.t() | nil,
videoFrames: [GoogleApi.ContentWarehouse.V1.Model.MediaIndexVideoFrame.t()] | nil
}

Function

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

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