onACKStopLiveTranscription property

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

Acknowledgment callback for stopping live transcription.

This callback is triggered when the request to stop live transcription is acknowledged.

Implementation

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