FirebaseAILogic Framework Reference

LiveAudioTranscription

@available(iOS 15.0, macOS 12.0, tvOS 15.0, *)
@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 }