Skip to content

Commit 0939793

Browse files
daymxnandrewheard
andauthored
Update FirebaseAI/Sources/Types/Public/Live/LiveTranscription.swift
Co-authored-by: Andrew Heard <[email protected]>
1 parent 2429404 commit 0939793

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FirebaseAI/Sources/Types/Public/Live/LiveTranscription.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
// limitations under the License.
1414

1515
/// Text transcription of some audio form during a live interaction with the model.
16-
@available(iOS 15.0, macOS 12.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
16+
@available(iOS 15.0, macOS 12.0, macCatalyst 15.0, tvOS 15.0, *)
17+
@available(watchOS, unavailable)
1718
public struct LiveTranscription: Sendable {
1819
let transcript: BidiGenerateContentTranscription
1920
/// Text representing the model's interpretation of what the audio said.

0 commit comments

Comments
 (0)