CaptionItem
public struct CaptionItem
This struct represents CaptionItem of ClosedCaption of a call
Since
3.10.0-
The contactId of the person
Declaration
Swift
public private(set) var contactId: String { get } -
The name of the person
Declaration
Swift
public private(set) var displayName: String { get } -
The timestamp in the meeting at which the content was spoken Returns a string value in HH:MM:SS or MM:SS
Declaration
Swift
public private(set) var timeStamp: String { get } -
The content spoken by the person
Declaration
Swift
public private(set) var content: String { get } -
Translated or spoken language code
Declaration
Swift
public private(set) var languageCode: String { get } -
Boolean to indicate sentence completed or not
Declaration
Swift
public private(set) var isFinal: Bool { get } -
Undocumented
Declaration
Swift
public init(chCaptionItem: CHCaptionItem)
View on GitHub