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

Attributes

  • hasMissingStarburst (type: boolean(), default: nil) - Whether or not any of the anchor thumbnails have missing Starburst embeddings.
  • hasMissingThumbnails (type: boolean(), default: nil) - Whether or not any of the anchors have missing thumbnails.
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.