CaptionItem

interface CaptionItem

Functions

Link copied to clipboard
abstract fun getContactId(): String?

To get the contact id of Person associated with this caption item

Link copied to clipboard
abstract fun getContent(): String?

To get the main content of this caption item

Link copied to clipboard
abstract fun getDisplayName(): String?

To get the display name of the Person associated with this caption item

Link copied to clipboard
abstract fun getLanguageCode(): String?

To get the language code of this caption item

Link copied to clipboard
abstract fun getTimeStamp(): String?

To get the timestamp in the meeting at which the content was spoken. Basically it represents the time since meeting started. Format hh:mm:ss

Properties

Link copied to clipboard
abstract val isFinal: Boolean

To indicate whether caption statement is completed or not