View Source GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAnchorThumbnail (google_api_content_warehouse v0.3.0)
Properties of the thumbnail image to show for an anchor.
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.t
, default:nil
) - Metadata about the anchor thumbnail computed by Amarna, including dimensions and the size in bytes. -
thumbnailInfo
(type:GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAnchorThumbnailInfo.t
, default:nil
) - Information about the thumbnail anchor. -
timestampMs
(type:integer()
, default:nil
) - Millisecond timestamp of the frame used for the thumbnail.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.