View Source GoogleApi.ContentWarehouse.V1.Model.MediaIndexVideoCoreSignals (google_api_content_warehouse v0.4.0)

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

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.