onTranscriptEventReceived

abstract fun onTranscriptEventReceived(transcriptEvent: TranscriptEvent)

Handles receive of transcript event - TranscriptEvent.

Note: this callback will be called on main thread.

Parameters

transcriptEvent

: Array<TranscriptEvent> - Transcript events.