providerplaneai
    Preparing search index...

    Helper type for GeminiVideoExecutionControlsInput.

    type GeminiVideoExecutionControlsInput = {
        includeBase64?: boolean;
        maxPollMs?: number;
        pollIntervalMs?: number;
        pollUntilComplete?: boolean;
    }
    Index

    Properties

    includeBase64?: boolean
    maxPollMs?: number
    pollIntervalMs?: number
    pollUntilComplete?: boolean