FirebaseAILogic Framework Reference

LiveAudioTranscription

@available(watchOS, unavailable)
public struct LiveAudioTranscription : Sendable

Text transcription of some audio form during a live interaction with the model.

  • Text representing the model’s interpretation of what the audio said.

    Declaration

    Swift

    public var text: String? { get }