GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCaptionInfo
Table of Contents ▼
Jump to a specific part of the page:
Description
Contains transcript-level data about a video whether it comes from ASR or closed captions.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
asrCaption
(type:list(GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAsrCaption)
, default:nil
)
- -
saftDocument
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSaftDocument
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCaptionInfo{
asrCaption: [GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAsrCaption.t()] | nil,
saftDocument: GoogleApi.ContentWarehouse.V1.Model.NlpSaftDocument.t() | nil
}
asrCaption: [GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAsrCaption.t()] | nil,
saftDocument: GoogleApi.ContentWarehouse.V1.Model.NlpSaftDocument.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCaptionInfo