GoogleApi.Language.V1.Model.XPSSpeechModelSpecSubModelSpec (google_api_language v0.16.3)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.