GoogleApi.ContentWarehouse.V1.Model.QualityWebanswersVideoTranscriptAnnotations
Table of Contents ▼
Jump to a specific part of the page:
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
amarnaDocid
(type:String.t
, default:nil
)
- Should precisely match the amarna_docid in ContentBasedVideoMetadata. -
asrRepair
(type:GoogleApi.ContentWarehouse.V1.Model.IndexingVideosAsrTranscriptRepairAnnotation
, default:nil
)
- The results of ASR transcript quality analysis. -
lang
(type:String.t
, default:nil
)
- The language of the transcript as recorded in Amarna. -
punctuatedTranscript
(type:String.t
, default:nil
)
- -
saftDocument
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSaftDocument
, default:nil
)
- -
saftSentenceBoundary
(type:GoogleApi.ContentWarehouse.V1.Model.SentenceBoundaryAnnotations
, default:nil
)
- -
timingInfo
(type:GoogleApi.ContentWarehouse.V1.Model.QualityWebanswersVideoYouTubeCaptionTimingInfoAnnotations
, default:nil
)
- Timing information that maps sentence boundaries in the punctuated transcript with timing offsets for the start and end of those sentences. -
transcriptSource
(type:String.t
, default:nil
)
- -
webrefEntities
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefEntities
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityWebanswersVideoTranscriptAnnotations{
amarnaDocid: String.t() | nil,
asrRepair: GoogleApi.ContentWarehouse.V1.Model.IndexingVideosAsrTranscriptRepairAnnotation.t() | nil,
lang: String.t() | nil,
punctuatedTranscript: String.t() | nil,
saftDocument: GoogleApi.ContentWarehouse.V1.Model.NlpSaftDocument.t() | nil,
saftSentenceBoundary: GoogleApi.ContentWarehouse.V1.Model.SentenceBoundaryAnnotations.t() | nil,
timingInfo: GoogleApi.ContentWarehouse.V1.Model.QualityWebanswersVideoYouTubeCaptionTimingInfoAnnotations.t() | nil,
transcriptSource: String.t() | nil,
webrefEntities: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefEntities.t() | nil
}
amarnaDocid: String.t() | nil,
asrRepair: GoogleApi.ContentWarehouse.V1.Model.IndexingVideosAsrTranscriptRepairAnnotation.t() | nil,
lang: String.t() | nil,
punctuatedTranscript: String.t() | nil,
saftDocument: GoogleApi.ContentWarehouse.V1.Model.NlpSaftDocument.t() | nil,
saftSentenceBoundary: GoogleApi.ContentWarehouse.V1.Model.SentenceBoundaryAnnotations.t() | nil,
timingInfo: GoogleApi.ContentWarehouse.V1.Model.QualityWebanswersVideoYouTubeCaptionTimingInfoAnnotations.t() | nil,
transcriptSource: String.t() | nil,
webrefEntities: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefEntities.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.QualityWebanswersVideoTranscriptAnnotations