Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/ai-chat/services/timeline-ai-service
TimelineAIResult
Interface TimelineAIResult
Результат выполнения AI команды Timeline
interface
TimelineAIResult
{
data
?:
{
addedResources
?:
string
[]
;
analysis
?:
ContentStoryAnalysis
;
appliedEnhancements
?:
string
[]
;
createdProject
?:
TimelineProject
;
placedClips
?:
string
[]
;
suggestions
?:
string
[]
;
}
;
errors
?:
string
[]
;
executionTime
:
number
;
message
:
string
;
nextActions
?:
string
[]
;
success
:
boolean
;
warnings
?:
string
[]
;
}
Index
Properties
data?
errors?
execution
Time
message
next
Actions?
success
warnings?
Properties
Optional
data
data
?:
{
addedResources
?:
string
[]
;
analysis
?:
ContentStoryAnalysis
;
appliedEnhancements
?:
string
[]
;
createdProject
?:
TimelineProject
;
placedClips
?:
string
[]
;
suggestions
?:
string
[]
;
}
Optional
errors
errors
?:
string
[]
execution
Time
executionTime
:
number
message
message
:
string
Optional
next
Actions
nextActions
?:
string
[]
success
success
:
boolean
Optional
warnings
warnings
?:
string
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
data
errors
execution
Time
message
next
Actions
success
warnings
Timeline Studio API Documentation - v0.26.0
Loading...
Результат выполнения AI команды Timeline