View Source GoogleApi.ContentWarehouse.V1.Model.IndexingVideosAsrTranscriptRepairAnnotation (google_api_content_warehouse v0.4.0)

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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.