Callback function for receiving transcription results
typedef TranscriptionCallback = void Function(String transcript, bool isFinal);