GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchorSets
Table of Contents ▼
Jump to a specific part of the page:
Description
One video can have multiple types of text anchors. For example, https://www.youtube.com/watch?v=Rtk0I5PVOIc has both list anchors and OCR anchors.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
videoActions
(type:GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoActions
, default:nil
)
- -
videoAnchors
(type:list(GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchors)
, default:nil
)
- -
videoInfo
(type:GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoInfo
, default:nil
)
- -
videoScoreInfo
(type:GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoScoreInfo
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchorSets{
videoActions: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoActions.t() | nil,
videoAnchors: [GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchors.t()] | nil,
videoInfo: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoInfo.t() | nil,
videoScoreInfo: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoScoreInfo.t() | nil
}
videoActions: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoActions.t() | nil,
videoAnchors: [GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchors.t()] | nil,
videoInfo: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoInfo.t() | nil,
videoScoreInfo: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoScoreInfo.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchorSets