View Source GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCaptionInfo (google_api_content_warehouse v0.2.0)
Contains transcript-level data about a video whether it comes from ASR or closed captions.
Attributes
-
asrCaption(type:list(GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAsrCaption.t), default:nil) - -
saftDocument(type:GoogleApi.ContentWarehouse.V1.Model.NlpSaftDocument.t, default:nil) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCaptionInfo{ asrCaption: [GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAsrCaption.t()] | nil, saftDocument: GoogleApi.ContentWarehouse.V1.Model.NlpSaftDocument.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.