GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAnchorThumbnail
Table of Contents ▼
Jump to a specific part of the page:
Description
Properties of the thumbnail image to show for an anchor.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
imagesearchDocid
(type:String.t
, default:nil
)
- Serving docid for the thumbnail in the images-tbn tables. -
isThumbnailMissing
(type:boolean()
, default:nil
)
- Set to true when no thumbnail could be generated for this anchor. -
servingMetadata
(type:GoogleApi.ContentWarehouse.V1.Model.ImageBaseThumbnailMetadata
, default:nil
)
- Metadata about the anchor thumbnail computed by Amarna, including dimensions and the size in bytes. -
thumbnailInfo
(type:GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAnchorThumbnailInfo
, default:nil
)
- Information about the thumbnail anchor. -
timestampMs
(type:integer()
, default:nil
)
- Millisecond timestamp of the frame used for the thumbnail.
Type
@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
}
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
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAnchorThumbnail