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