You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FirebaseAI/Sources/Types/Public/Live/LiveGenerationConfig.swift
+16-15Lines changed: 16 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -102,25 +102,28 @@ public struct LiveGenerationConfig: Sendable {
102
102
/// > backwards-incompatible ways.
103
103
/// - speechConfig: Controls the voice of the model, when streaming `audio` via
104
104
/// ``ResponseModality``.
105
-
/// - inputAudioTranscription: Configures (and enables) input transcriptions when streaming to the model.
105
+
/// - inputAudioTranscription: Configures (and enables) input transcriptions when streaming to
106
+
/// the model.
106
107
///
107
-
/// Input transcripts are the model's interprutation of audio data sent to it, and they are populated in model responses via ``LiveServerContent``.
108
-
/// When this fields is set to `nil`, input transcripts are not populated in model responses.
109
-
/// - outputAudioTranscription: Configures (and enables) output transcriptions when streaming to the model.
108
+
/// Input transcripts are the model's interprutation of audio data sent to it, and they are
109
+
/// populated in model responses via ``LiveServerContent``. When this fields is set to `nil`,
110
+
/// input transcripts are not populated in model responses.
111
+
/// - outputAudioTranscription: Configures (and enables) output transcriptions when streaming to
112
+
/// the model.
110
113
///
111
-
/// Output transcripts are text representations of the audio the model is sending to the client, and they are populated in model responses via ``LiveServerContent``
112
-
/// When this fields is set to `nil`, output transcripts are not populated in model responses.
114
+
/// Output transcripts are text representations of the audio the model is sending to the
115
+
/// client, and they are populated in model responses via ``LiveServerContent``. When this
116
+
/// fields is set to `nil`, output transcripts are not populated in model responses.
113
117
///
114
-
/// > Important: Transcripts are independent to the model turn. This means transcripts may come earlier or later than when
115
-
/// > the model sends the corresponding audio responses.
118
+
/// > Important: Transcripts are independent to the model turn. This means transcripts may
119
+
/// > come earlier or later than when the model sends the corresponding audio responses.
0 commit comments