VideoContentSearchAnchorsThumbnailInfo

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAnchorsThumbnailInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. hasMissingStarburst (type: boolean(), default: nil)
    - Whether or not any of the anchor thumbnails have missing Starburst embeddings.
  2. hasMissingThumbnails (type: boolean(), default: nil)
    - Whether or not any of the anchors have missing thumbnails.
  3. thumbnailDiversity (type: number(), default: nil)
    - A score representing how diverse a set of thumbnails is. This is currently defined as one minus the median pairwise cosine similarity between thumbnail Starburst embeddings.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAnchorsThumbnailInfo{
hasMissingStarburst: boolean() | nil,
hasMissingThumbnails: boolean() | nil,
thumbnailDiversity: number() | nil
}

Function

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

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