Voting helps other researchers find interesting modules.
A video can have a list of text anchors, which have different anchor types. Next ID: 15
anchorType
String.t
nil
entityGroupInfo
GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchEntityGroupInfo.t
experimentalPredictedQuerylessTocUsefulness
number()
filterReason
list(String.t)
isFiltered
boolean()
mergedAnchorsSources
predictedQuerylessTocUsefulness
score
scoreInfo
GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchorsScoreInfo.t
shouldServeThumbnails
thumbnailForced
thumbnailSetInfo
GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAnchorsThumbnailInfo.t
videoAnchor
list(GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchor.t)
videoIntroduction
GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoIntroduction.t
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchors{ anchorType: String.t() | nil, entityGroupInfo: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchEntityGroupInfo.t() | nil, experimentalPredictedQuerylessTocUsefulness: number() | nil, filterReason: [String.t()] | nil, isFiltered: boolean() | nil, mergedAnchorsSources: [String.t()] | nil, predictedQuerylessTocUsefulness: number() | nil, score: number() | nil, scoreInfo: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchorsScoreInfo.t() | nil, shouldServeThumbnails: boolean() | nil, thumbnailForced: boolean() | nil, thumbnailSetInfo: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAnchorsThumbnailInfo.t() | nil, videoAnchor: [GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchor.t()] | nil, videoIntroduction: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoIntroduction.t() | nil }
@spec decode(struct(), keyword()) :: struct()