View Source GoogleApi.Language.V2.Model.XPSSpeechEvaluationMetricsSubModelEvaluationMetric (google_api_language v0.16.0)

Attributes

  • biasingModelType (type: String.t, default: nil) - Type of the biasing model.
  • isEnhancedModel (type: boolean(), default: nil) - If true then it means we have an enhanced version of the biasing models.
  • numDeletions (type: integer(), default: nil) -
  • numInsertions (type: integer(), default: nil) -
  • numSubstitutions (type: integer(), default: nil) -
  • numUtterances (type: integer(), default: nil) - Number of utterances used in the wer computation.
  • numWords (type: integer(), default: nil) - Number of words over which the word error rate was computed.
  • sentenceAccuracy (type: float(), default: nil) - Below fields are used for debugging purposes
  • wer (type: float(), default: nil) - Word error rate (standard error metric used for speech recognition).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Language.V2.Model.XPSSpeechEvaluationMetricsSubModelEvaluationMetric{
    biasingModelType: String.t() | nil,
    isEnhancedModel: boolean() | nil,
    numDeletions: integer() | nil,
    numInsertions: integer() | nil,
    numSubstitutions: integer() | nil,
    numUtterances: integer() | nil,
    numWords: integer() | nil,
    sentenceAccuracy: float() | nil,
    wer: float() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.