Transcription
public struct Transcription
A data type to represent a transcription object from the WebEx Assistant
Since
3.3.0-
The name of the person
Since
3.3.0Declaration
Swift
public let personName: String -
The contactId of the person
Since
3.3.0Declaration
Swift
public let personId: String -
The content spoken by the person
Since
3.3.0Declaration
Swift
public let content: String -
The timestamp in the meeting at which the content was spoken
Since
3.3.0Declaration
Swift
public let timestamp: String
View on GitHub