GoogleApi.ContentWarehouse.V1.Model.QualityWebanswersVideoYouTubeCaptionTimingInfoAnnotations
Table of Contents ▼
Jump to a specific part of the page:
Description
YouTube caption timing information for http://go/video-answers.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
durationMs
(type:integer()
, default:nil
)
- -
instances
(type:list(GoogleApi.ContentWarehouse.V1.Model.QualityWebanswersVideoYouTubeCaptionTimingInfoAnnotationsInstance)
, default:nil
)
- -
uploaderName
(type:String.t
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityWebanswersVideoYouTubeCaptionTimingInfoAnnotations{
durationMs: integer() | nil,
instances: [ GoogleApi.ContentWarehouse.V1.Model.QualityWebanswersVideoYouTubeCaptionTimingInfoAnnotationsInstance.t() ] | nil,
uploaderName: String.t() | nil
}
durationMs: integer() | nil,
instances: [ GoogleApi.ContentWarehouse.V1.Model.QualityWebanswersVideoYouTubeCaptionTimingInfoAnnotationsInstance.t() ] | nil,
uploaderName: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.QualityWebanswersVideoYouTubeCaptionTimingInfoAnnotations