QPSignalMessage
public class QPSignalMessage : JSONDecodable
Data Model class representing a TTS message linked to a vSign.
-
Text for the message.
Declaration
Swift
public var text: String -
Language code, as returned by the API.
Declaration
Swift
public var lang: String -
Initialises a SignalMessage from a JSON data structure.
Declaration
Swift
public required init?(json: JSON)
QPSignalMessage Class Reference