onTranscriptionStart property

void Function(TranscriptionStart transcriptionStart)? onTranscriptionStart
final

Called when a transcription starts. Either from the user or the assistant.

Implementation

final void Function(TranscriptionStart transcriptionStart)?
    onTranscriptionStart;