@override Map<String, dynamic> toJson() => { ...super.toJson(), if (type != null) 'type': type, if (logprob != null) 'logprob': logprob, if (speakerId != null) 'speaker_id': speakerId, };