View Source GoogleApi.ContentWarehouse.V1.Model.QualityWebanswersVideoYouTubeCaptionTimingInfoAnnotations (google_api_content_warehouse v0.3.0)
YouTube caption timing information for http://go/video-answers.
Attributes
-
durationMs
(type:integer()
, default:nil
) - -
instances
(type:list(GoogleApi.ContentWarehouse.V1.Model.QualityWebanswersVideoYouTubeCaptionTimingInfoAnnotationsInstance.t)
, default:nil
) - -
uploaderName
(type:String.t
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityWebanswersVideoYouTubeCaptionTimingInfoAnnotations{ durationMs: integer() | nil, instances: [ GoogleApi.ContentWarehouse.V1.Model.QualityWebanswersVideoYouTubeCaptionTimingInfoAnnotationsInstance.t() ] | nil, uploaderName: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.