providerplaneai
Preparing search index...
providers/openai/capabilities/shared/OpenAIVideoUtils.ts
OpenAIVideoPollingOptions
Type Alias OpenAIVideoPollingOptions
Polling configuration input for OpenAI video operations.
type
OpenAIVideoPollingOptions
=
{
defaultMaxPollMs
:
number
;
defaultPollIntervalMs
:
number
;
maxPollMs
?:
number
;
pollIntervalMs
?:
number
;
}
Index
Properties
default
Max
Poll
Ms
default
Poll
Interval
Ms
max
Poll
Ms?
poll
Interval
Ms?
Properties
default
Max
Poll
Ms
defaultMaxPollMs
:
number
default
Poll
Interval
Ms
defaultPollIntervalMs
:
number
Optional
max
Poll
Ms
maxPollMs
?:
number
Optional
poll
Interval
Ms
pollIntervalMs
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
default
Max
Poll
Ms
default
Poll
Interval
Ms
max
Poll
Ms
poll
Interval
Ms
providerplaneai
Loading...
Polling configuration input for OpenAI video operations.