Speaker

public struct Speaker : Codable, Equatable

Information about a speaker model.

  • The speaker ID (GUID) of the speaker.

    Declaration

    Swift

    public var speakerID: String
  • The user-defined name of the speaker.

    Declaration

    Swift

    public var name: String