Skip to content
Cloudflare Docs

rtk-transcript

A component which shows a transcript. You need to remove the element after you receive the rtkTranscriptDismiss event.

Properties

PropertyTypeRequiredDefaultDescription
tRtkI18nuseLanguage()Language
transcriptTranscript & { renderedId?: string }-Message

Usage Examples

Basic Usage

<!-- component.html -->
<rtk-transcript></rtk-transcript>

With Properties

<!-- component.html -->
<rtk-transcript
[t]="rtki18n"
transcript="example">
</rtk-transcript>