SpeakerCustomModel

public struct SpeakerCustomModel : Codable, Equatable

A custom models for which the speaker has defined prompts.

  • The customization ID (GUID) of a custom model for which the speaker has defined one or more prompts.

    Declaration

    Swift

    public var customizationID: String
  • An array of SpeakerPrompt objects that provides information about each prompt that the user has defined for the custom model.

    Declaration

    Swift

    public var prompts: [SpeakerPrompt]