GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoIntroduction
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
Specifies whether a video has an introduction part that can be skipped. An introduction is the beginning part of a video that can be safely skipped without impacting user's understanding of the overall video content.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
hasIntro
(type:boolean()
, default:nil
)
- If set to true, it means the video has an introduction spanning from intro_start_ms to intro_end_ms. -
introEndMs
(type:String.t
, default:nil
)
- Timestamp of the end of an introduction. Will only be set if has_intro is true. Indicates video may be skipped to this timestamp with minimal impact on understanding the overall video contents. -
introStartMs
(type:String.t
, default:nil
)
- Timestamp of the beginning of an introduction. Will only be set if has_intro is true. This value may be nonzero.
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoIntroduction