providerplaneai
Preparing search index...
providers/gemini/capabilities/shared/GeminiVideoUtils.ts
PollGeminiVideoArgs
Type Alias PollGeminiVideoArgs
type
PollGeminiVideoArgs
=
{
abortMessage
:
string
;
client
:
GoogleGenAI
;
maxPollMs
:
number
;
operation
:
any
;
pollIntervalMs
:
number
;
signal
?:
AbortSignal
;
timeoutMessage
:
(
operationName
:
string
)
=>
string
;
}
Index
Properties
abort
Message
client
max
Poll
Ms
operation
poll
Interval
Ms
signal?
timeout
Message
Properties
abort
Message
abortMessage
:
string
client
client
:
GoogleGenAI
max
Poll
Ms
maxPollMs
:
number
operation
operation
:
any
poll
Interval
Ms
pollIntervalMs
:
number
Optional
signal
signal
?:
AbortSignal
timeout
Message
timeoutMessage
:
(
operationName
:
string
)
=>
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
abort
Message
client
max
Poll
Ms
operation
poll
Interval
Ms
signal
timeout
Message
providerplaneai
Loading...