We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca3ebb9 commit 6c999aaCopy full SHA for 6c999aa
FirebaseAI/Sources/Types/Public/Live/LiveGenerationConfig.swift
@@ -106,7 +106,7 @@ public struct LiveGenerationConfig: Sendable {
106
/// - inputAudioTranscription: Configures (and enables) input transcriptions when streaming to
107
/// the model.
108
///
109
- /// Input transcripts are the model's interprutation of audio data sent to it, and they are
+ /// Input transcripts are the model's interpretation of audio data sent to it, and they are
110
/// populated in model responses via ``LiveServerContent``. When this field is set to `nil`,
111
/// input transcripts are not populated in model responses.
112
/// - outputAudioTranscription: Configures (and enables) output transcriptions when streaming to
0 commit comments