AcousticModels
public struct AcousticModels : Codable, Equatable
Information about existing custom acoustic models.
-
An array of
AcousticModel
objects that provides information about each available custom acoustic model. The array is empty if the requesting credentials own no custom acoustic models (if no language is specified) or own no custom acoustic models for the specified language.Declaration
Swift
public var customizations: [AcousticModel]