Skip to content

rtk-ai-transcriptions

Last updated View as MarkdownAgent setup

Properties

Property Type Required Default Description
initialTranscriptions Transcript[] - Initial transcriptions
meeting Meeting - Meeting object
t RtkI18n useLanguage() Language

Usage Examples

Basic Usage

<!-- component.html -->
<rtk-ai-transcriptions></rtk-ai-transcriptions>

With Properties

<!-- component.html -->
<rtk-ai-transcriptions
 [initialTranscriptions]="[]"
 [meeting]="meeting">
</rtk-ai-transcriptions>

Was this helpful?