View Source GoogleApi.Language.V1.Model.XPSSpeechModelSpec (google_api_language v0.15.0)
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
@type t() :: %GoogleApi.Language.V1.Model.XPSSpeechModelSpec{ datasetId: String.t() | nil, language: String.t() | nil, subModelSpecs: [GoogleApi.Language.V1.Model.XPSSpeechModelSpecSubModelSpec.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.