Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/ai-chat/services/workflow-automation-service
WorkflowResult
Interface WorkflowResult
Результат выполнения workflow
interface
WorkflowResult
{
executionLog
:
{
details
?:
string
;
duration
:
number
;
status
:
"completed"
|
"failed"
|
"skipped"
;
step
:
string
;
}
[]
;
outputs
:
{
filePath
:
string
;
metadata
:
{
duration
:
number
;
fileSize
:
number
;
qualityScore
:
number
;
resolution
:
{
height
:
number
;
width
:
number
}
;
}
;
platform
?:
string
;
type
:
"main_video"
|
"social_variant"
|
"highlights"
|
"trailer"
;
}
[]
;
statistics
:
{
automationLevel
:
number
;
manualAdjustmentsNeeded
:
string
[]
;
processingTime
:
number
;
qualityAnalysis
:
{
audioQuality
:
number
;
editingFlow
:
number
;
overallScore
:
number
;
videoQuality
:
number
;
}
;
}
;
success
:
boolean
;
suggestions
:
string
[]
;
timeline
:
{
effectsApplied
:
string
[]
;
projectFile
:
string
;
sectionsCreated
:
number
;
transitionsUsed
:
string
[]
;
}
;
workflowId
:
string
;
}
Index
Properties
execution
Log
outputs
statistics
success
suggestions
timeline
workflow
Id
Properties
execution
Log
executionLog
:
{
details
?:
string
;
duration
:
number
;
status
:
"completed"
|
"failed"
|
"skipped"
;
step
:
string
;
}
[]
outputs
outputs
:
{
filePath
:
string
;
metadata
:
{
duration
:
number
;
fileSize
:
number
;
qualityScore
:
number
;
resolution
:
{
height
:
number
;
width
:
number
}
;
}
;
platform
?:
string
;
type
:
"main_video"
|
"social_variant"
|
"highlights"
|
"trailer"
;
}
[]
statistics
statistics
:
{
automationLevel
:
number
;
manualAdjustmentsNeeded
:
string
[]
;
processingTime
:
number
;
qualityAnalysis
:
{
audioQuality
:
number
;
editingFlow
:
number
;
overallScore
:
number
;
videoQuality
:
number
;
}
;
}
success
success
:
boolean
suggestions
suggestions
:
string
[]
timeline
timeline
:
{
effectsApplied
:
string
[]
;
projectFile
:
string
;
sectionsCreated
:
number
;
transitionsUsed
:
string
[]
;
}
workflow
Id
workflowId
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
execution
Log
outputs
statistics
success
suggestions
timeline
workflow
Id
Timeline Studio API Documentation - v0.26.0
Loading...
Результат выполнения workflow