Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/ai-chat/hooks/use-timeline-ai
useTimelineAI
Function useTimelineAI
useTimelineAI
()
:
{
analyzeResources
:
(
query
:
string
)
=>
Promise
<
TimelineAIOperationResult
>
;
createTimelineFromPrompt
:
(
prompt
:
string
,
)
=>
Promise
<
TimelineAIOperationResult
>
;
executeCommand
:
(
command
:
string
,
params
?:
any
,
)
=>
Promise
<
TimelineAIOperationResult
>
;
quickCommands
:
{
addAllVideosToResources
:
()
=>
Promise
<
TimelineAIOperationResult
>
;
addTransitionsBetweenClips
:
()
=>
Promise
<
TimelineAIOperationResult
>
;
analyzeMediaQuality
:
()
=>
Promise
<
TimelineAIOperationResult
>
;
applyColorCorrection
:
()
=>
Promise
<
TimelineAIOperationResult
>
;
createChronologicalTimeline
:
()
=>
Promise
<
TimelineAIOperationResult
>
;
createCorporateVideo
:
()
=>
Promise
<
TimelineAIOperationResult
>
;
createTravelVideo
:
()
=>
Promise
<
TimelineAIOperationResult
>
;
createWeddingVideo
:
()
=>
Promise
<
TimelineAIOperationResult
>
;
syncVideoWithMusic
:
()
=>
Promise
<
TimelineAIOperationResult
>
;
}
;
setApiKey
:
(
apiKey
:
string
)
=>
void
;
timelineAI
:
TimelineAIService
;
}
Hook для работы с Timeline AI
Returns
{
analyzeResources
:
(
query
:
string
)
=>
Promise
<
TimelineAIOperationResult
>
;
createTimelineFromPrompt
:
(
prompt
:
string
,
)
=>
Promise
<
TimelineAIOperationResult
>
;
executeCommand
:
(
command
:
string
,
params
?:
any
,
)
=>
Promise
<
TimelineAIOperationResult
>
;
quickCommands
:
{
addAllVideosToResources
:
()
=>
Promise
<
TimelineAIOperationResult
>
;
addTransitionsBetweenClips
:
()
=>
Promise
<
TimelineAIOperationResult
>
;
analyzeMediaQuality
:
()
=>
Promise
<
TimelineAIOperationResult
>
;
applyColorCorrection
:
()
=>
Promise
<
TimelineAIOperationResult
>
;
createChronologicalTimeline
:
()
=>
Promise
<
TimelineAIOperationResult
>
;
createCorporateVideo
:
()
=>
Promise
<
TimelineAIOperationResult
>
;
createTravelVideo
:
()
=>
Promise
<
TimelineAIOperationResult
>
;
createWeddingVideo
:
()
=>
Promise
<
TimelineAIOperationResult
>
;
syncVideoWithMusic
:
()
=>
Promise
<
TimelineAIOperationResult
>
;
}
;
setApiKey
:
(
apiKey
:
string
)
=>
void
;
timelineAI
:
TimelineAIService
;
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Timeline Studio API Documentation - v0.26.0
Loading...
Hook для работы с Timeline AI