VideoContentSearchAnchorThumbnailInfo

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAnchorThumbnailInfo


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. colorEntropy (type: number(), default: nil)
    - Entropy of the clustered color distribution.
  2. imageData (type: GoogleApi.ContentWarehouse.V1.Model.ImageData, default: nil)
    - Thumbnail image data for SafeSearch classification.
  3. isUnsafe (type: boolean(), default: nil)
    - Convenience field that consolidates signals for whether this thumbnail is safe.
  4. starburstV4Embedding (type: GoogleApi.ContentWarehouse.V1.Model.DrishtiDenseFeatureData, default: nil)
    - 64d float vector of starburst v4 embedings.
  5. thumbnailBytes (type: String.t, default: nil)
    - The raw data for a thumbnail.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAnchorThumbnailInfo{
colorEntropy: number() | nil,
imageData: GoogleApi.ContentWarehouse.V1.Model.ImageData.t() | nil,
isUnsafe: boolean() | nil,
starburstV4Embedding: GoogleApi.ContentWarehouse.V1.Model.DrishtiDenseFeatureData.t() | nil,
thumbnailBytes: String.t() | nil
}

Function

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

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