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 @@ -64,7 +64,7 @@ public struct LiveServerContent: Sendable {
64
64
///
65
65
/// This field is only populated when an ``AudioTranscriptionConfig`` is provided to
66
66
/// ``LiveGenerationConfig``.
67
- public var inputTranscription : LiveTranscription ? {
67
+ public var inputAudioTranscription : LiveTranscription ? {
68
68
serverContent. inputTranscription. map { LiveTranscription ( $0) }
69
69
}
70
70
@@ -75,7 +75,7 @@ public struct LiveServerContent: Sendable {
75
75
///
76
76
/// > Important: Transcripts are independent to the model turn. This means transcripts may
77
77
/// > come earlier or later than when the model sends the corresponding audio responses.
78
- public var outputTranscription : LiveTranscription ? {
78
+ public var outputAudioTranscription : LiveTranscription ? {
79
79
serverContent. outputTranscription. map { LiveTranscription ( $0) }
80
80
}
81
81
You can’t perform that action at this time.
0 commit comments