providerplaneai
    Preparing search index...
    type PollGeminiVideoArgs = {
        abortMessage: string;
        client: GoogleGenAI;
        maxPollMs: number;
        operation: any;
        pollIntervalMs: number;
        signal?: AbortSignal;
        timeoutMessage: (operationName: string) => string;
    }
    Index

    Properties

    abortMessage: string
    client: GoogleGenAI
    maxPollMs: number
    operation: any
    pollIntervalMs: number
    signal?: AbortSignal
    timeoutMessage: (operationName: string) => string