Voting helps other researchers find interesting modules.
Properties of the thumbnail image to show for an anchor.
imagesearchDocid
String.t
nil
isThumbnailMissing
boolean()
servingMetadata
GoogleApi.ContentWarehouse.V1.Model.ImageBaseThumbnailMetadata.t
thumbnailInfo
GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAnchorThumbnailInfo.t
timestampMs
integer()
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAnchorThumbnail{ imagesearchDocid: String.t() | nil, isThumbnailMissing: boolean() | nil, servingMetadata: GoogleApi.ContentWarehouse.V1.Model.ImageBaseThumbnailMetadata.t() | nil, thumbnailInfo: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAnchorThumbnailInfo.t() | nil, timestampMs: integer() | nil }
@spec decode(struct(), keyword()) :: struct()