AI SDK Kotlin
Toggle table of contents
0.3.0-beta01
common
Target filter
common
Switch theme
Search in API
Skip to content
AI SDK Kotlin
AI SDK Kotlin
/
ai.torad.aisdk
/
VideoGenerationParamsBuilder
Video
Generation
Params
Builder
class
VideoGenerationParamsBuilder
(
source
)
Since
0.3.0-beta01
Members
Constructors
Video
Generation
Params
Builder
Link copied to clipboard
constructor
(
)
Functions
abort
Signal
Link copied to clipboard
fun
abortSignal
(
value
:
AbortSignal
)
:
VideoGenerationParamsBuilder
aspect
Ratio
Link copied to clipboard
fun
aspectRatio
(
value
:
String
?
)
:
VideoGenerationParamsBuilder
build
Link copied to clipboard
fun
build
(
)
:
VideoGenerationParams
duration
Seconds
Link copied to clipboard
fun
durationSeconds
(
value
:
Float
?
)
:
VideoGenerationParamsBuilder
fps
Link copied to clipboard
fun
fps
(
value
:
Int
?
)
:
VideoGenerationParamsBuilder
headers
Link copied to clipboard
fun
headers
(
value
:
Map
<
String
,
String
>
)
:
VideoGenerationParamsBuilder
image
Link copied to clipboard
fun
image
(
value
:
GeneratedFile
?
)
:
VideoGenerationParamsBuilder
n
Link copied to clipboard
fun
n
(
value
:
Int
)
:
VideoGenerationParamsBuilder
prompt
Link copied to clipboard
fun
prompt
(
value
:
String
)
:
VideoGenerationParamsBuilder
provider
Options
Link copied to clipboard
fun
providerOptions
(
value
:
ProviderOptions
)
:
VideoGenerationParamsBuilder
resolution
Link copied to clipboard
fun
resolution
(
value
:
String
?
)
:
VideoGenerationParamsBuilder
seed
Link copied to clipboard
fun
seed
(
value
:
Int
?
)
:
VideoGenerationParamsBuilder
size
Link copied to clipboard
fun
size
(
value
:
String
?
)
:
VideoGenerationParamsBuilder