View Source GoogleApi.Language.V2.Model.XPSSpeechPreprocessResponse (google_api_language v0.14.0)
Attributes
-
cnsTestDataPath
(type:String.t
, default:nil
) - Location od shards of sstables (test data) of DataUtterance protos. -
cnsTrainDataPath
(type:String.t
, default:nil
) - Location of shards of sstables (training data) of DataUtterance protos. -
prebuiltModelEvaluationMetrics
(type:GoogleApi.Language.V2.Model.XPSSpeechEvaluationMetrics.t
, default:nil
) - The metrics for prebuilt speech models. They are included here because there is no prebuilt speech models stored in the AutoML. -
speechPreprocessStats
(type:GoogleApi.Language.V2.Model.XPSSpeechPreprocessStats.t
, default:nil
) - Stats associated with the data.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Language.V2.Model.XPSSpeechPreprocessResponse{ cnsTestDataPath: String.t() | nil, cnsTrainDataPath: String.t() | nil, prebuiltModelEvaluationMetrics: GoogleApi.Language.V2.Model.XPSSpeechEvaluationMetrics.t() | nil, speechPreprocessStats: GoogleApi.Language.V2.Model.XPSSpeechPreprocessStats.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.