File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
FirebaseAI/Sources/Types/Public/Live Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,14 +107,14 @@ public struct LiveGenerationConfig: Sendable {
107
107
/// the model.
108
108
///
109
109
/// Input transcripts are the model's interprutation of audio data sent to it, and they are
110
- /// populated in model responses via ``LiveServerContent``. When this fields is set to `nil`,
110
+ /// populated in model responses via ``LiveServerContent``. When this field is set to `nil`,
111
111
/// input transcripts are not populated in model responses.
112
112
/// - outputAudioTranscription: Configures (and enables) output transcriptions when streaming to
113
113
/// the model.
114
114
///
115
115
/// Output transcripts are text representations of the audio the model is sending to the
116
116
/// client, and they are populated in model responses via ``LiveServerContent``. When this
117
- /// fields is set to `nil`, output transcripts are not populated in model responses.
117
+ /// field is set to `nil`, output transcripts are not populated in model responses.
118
118
///
119
119
/// > Important: Transcripts are independent to the model turn. This means transcripts may
120
120
/// > come earlier or later than when the model sends the corresponding audio responses.
You can’t perform that action at this time.
0 commit comments