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

View Source

Attributes

  • datasetId (type: String.t, default: nil) - Required for speech xps backend. Speech xps has to use dataset_id and model_id as the primary key in db so that speech API can query the db directly.
  • language (type: String.t, default: nil) -
  • subModelSpecs (type: list(GoogleApi.Language.V1.Model.XPSSpeechModelSpecSubModelSpec.t), default: nil) - Model specs for all submodels contained in this model.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Language.V1.Model.XPSSpeechModelSpec{
  datasetId: String.t() | nil,
  language: String.t() | nil,
  subModelSpecs:
    [GoogleApi.Language.V1.Model.XPSSpeechModelSpecSubModelSpec.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.