outputTranscription property

BidiGenerateContentTranscription? outputTranscription
final

Output only. Output audio transcription. These transcriptions are part of the Generation output of the server. The last output transcription of this turn is sent before either generation_complete or interrupted, which in turn are followed by turn_complete. There is no guaranteed exact ordering between transcriptions and other model_turn output but the server tries to send the transcripts close to the corresponding audio output.

Implementation

final BidiGenerateContentTranscription? outputTranscription;