View Source GoogleApi.Language.V2.Model.XPSSpeechModelSpecSubModelSpec (google_api_language v0.15.0)

Attributes

  • biasingModelType (type: String.t, default: nil) - Type of the biasing model.
  • clientId (type: String.t, default: nil) - In S3, Recognition ClientContextId.client_id
  • contextId (type: String.t, default: nil) - In S3, Recognition ClientContextId.context_id
  • isEnhancedModel (type: boolean(), default: nil) - If true then it means we have an enhanced version of the biasing models.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Language.V2.Model.XPSSpeechModelSpecSubModelSpec{
  biasingModelType: String.t() | nil,
  clientId: String.t() | nil,
  contextId: String.t() | nil,
  isEnhancedModel: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.