React Native Firebase
    Preparing search index...

    Interface TranscriptionBeta

    Transcription of audio. This can be returned from a LiveGenerativeModel if transcription is enabled with the inputAudioTranscription or outputAudioTranscription properties on the LiveGenerationConfig.

    interface Transcription {
        text?: string;
    }
    Index

    Properties

    Properties

    text?: string

    The text transcription of the audio.