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

    Class LiveRequestQueue

    Queue used to send LiveRequest in a live (bidirectional streaming) way.

    Constructors

    Methods

    • Sends a content object to the queue.

      Parameters

      • content: Content

        The content to send.

      Returns void

    • Sends a blob to the model in realtime mode.

      Parameters

      • blob: Blob_2

        The blob to send.

      Returns void