View Source GoogleApi.ContentWarehouse.V1.Model.QualityWebanswersVideoTranscriptAnnotations (google_api_content_warehouse v0.3.0)
Attributes
-
amarnaDocid(type:String.t, default:nil) - Should precisely match the amarna_docid in ContentBasedVideoMetadata. -
asrRepair(type:GoogleApi.ContentWarehouse.V1.Model.IndexingVideosAsrTranscriptRepairAnnotation.t, 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.t, default:nil) - -
saftSentenceBoundary(type:GoogleApi.ContentWarehouse.V1.Model.SentenceBoundaryAnnotations.t, default:nil) - -
timingInfo(type:GoogleApi.ContentWarehouse.V1.Model.QualityWebanswersVideoYouTubeCaptionTimingInfoAnnotations.t, 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.t, default:nil) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.