onRoomTranscriptionOff property

void Function(Map map)? onRoomTranscriptionOff
getter/setter pair

Callback for when room transcription is turned off.

This callback is triggered when room transcription has successfully stopped.

Implementation

static void Function(Map<dynamic, dynamic> map)? onRoomTranscriptionOff;