View Source GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAnchorThumbnailInfo (google_api_content_warehouse v0.4.0)
Attributes
-   colorEntropy(type:number(), default:nil) - Entropy of the clustered color distribution.
-   imageData(type:GoogleApi.ContentWarehouse.V1.Model.ImageData.t, 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.t, default:nil) - 64d float vector of starburst v4 embedings.
-   thumbnailBytes(type:String.t, default:nil) - The raw data for a thumbnail.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.