IndexingVideosAsrTranscriptRepairAnnotation

GoogleApi.ContentWarehouse.V1.Model.IndexingVideosAsrTranscriptRepairAnnotation


Table of Contents ▼

Jump to a specific part of the page:

Description

This proto captures the output of analyses that ran on Automatic Speech Recogntion produced by the recognizer.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. gibberishResult (type: String.t, default: nil)
    -
  2. numGibberishSegments (type: integer(), default: nil)
    - The number of the above segments that were classified as gibberish.
  3. numSegmentsClassified (type: integer(), default: nil)
    - The number of ASR segments that were sent for classification.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingVideosAsrTranscriptRepairAnnotation{
gibberishResult: String.t() | nil,
numGibberishSegments: integer() | nil,
numSegmentsClassified: integer() | nil
}

Function

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

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