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