RealtimeTranslationOutputAudioDeltaEvent constructor
const
RealtimeTranslationOutputAudioDeltaEvent({})
Creates a RealtimeTranslationOutputAudioDeltaEvent.
Implementation
const RealtimeTranslationOutputAudioDeltaEvent({
required this.eventId,
required this.delta,
this.format,
this.sampleRate,
this.channels,
this.elapsedMs,
});