SpeakerCustomModels
public struct SpeakerCustomModels : Codable, Equatable
Custom models for which the speaker has defined prompts.
-
An array of
SpeakerCustomModel
objects. Each object provides information about the prompts that are defined for a specified speaker in the custom models that are owned by a specified service instance. The array is empty if no prompts are defined for the speaker.Declaration
Swift
public var customizations: [SpeakerCustomModel]