QualityWebanswersVideoTranscriptAnnotations

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):

View Attributes

Attributes

  1. amarnaDocid (type: String.t, default: nil)
    - Should precisely match the amarna_docid in ContentBasedVideoMetadata.
  2. asrRepair (type: GoogleApi.ContentWarehouse.V1.Model.IndexingVideosAsrTranscriptRepairAnnotation, default: nil)
    - The results of ASR transcript quality analysis.
  3. lang (type: String.t, default: nil)
    - The language of the transcript as recorded in Amarna.
  4. punctuatedTranscript (type: String.t, default: nil)
    -
  5. saftDocument (type: GoogleApi.ContentWarehouse.V1.Model.NlpSaftDocument, default: nil)
    -
  6. saftSentenceBoundary (type: GoogleApi.ContentWarehouse.V1.Model.SentenceBoundaryAnnotations, default: nil)
    -
  7. 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.
  8. transcriptSource (type: String.t, default: nil)
    -
  9. 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
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.QualityWebanswersVideoTranscriptAnnotations