ADK for TypeScript: API Reference
    Preparing search index...

    Interface TranscriptionEntry

    Store the data that can be used for transcription.

    interface TranscriptionEntry {
        data: Content | Blob_2;
        role?: string;
    }

    Properties

    data: Content | Blob_2
    role?: string

    The role that created this data, typically "user" or "model". For function call, this is undefined.