Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/timeline/types/edit-schema
EditSegment
Interface EditSegment
Сегмент видео (участок финального монтажа)
interface
EditSegment
{
audioBeats
?:
number
[]
;
detectedObjects
?:
ObjectTrack
[]
;
duration
:
number
;
id
:
string
;
importance
?:
number
;
name
:
string
;
narrative
?:
{
description
:
string
;
role
:
string
}
;
sceneType
?:
string
;
startTime
:
number
;
subtitles
?:
Subtitle
[]
;
tags
?:
string
[]
;
template
?:
string
;
templateParams
?:
Record
<
string
,
any
>
;
tracks
:
EditTrack
[]
;
}
Index
Properties
audio
Beats?
detected
Objects?
duration
id
importance?
name
narrative?
scene
Type?
start
Time
subtitles?
tags?
template?
template
Params?
tracks
Properties
Optional
audio
Beats
audioBeats
?:
number
[]
Optional
detected
Objects
detectedObjects
?:
ObjectTrack
[]
duration
duration
:
number
id
id
:
string
Optional
importance
importance
?:
number
name
name
:
string
Optional
narrative
narrative
?:
{
description
:
string
;
role
:
string
}
Optional
scene
Type
sceneType
?:
string
start
Time
startTime
:
number
Optional
subtitles
subtitles
?:
Subtitle
[]
Optional
tags
tags
?:
string
[]
Optional
template
template
?:
string
Optional
template
Params
templateParams
?:
Record
<
string
,
any
>
tracks
tracks
:
EditTrack
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
audio
Beats
detected
Objects
duration
id
importance
name
narrative
scene
Type
start
Time
subtitles
tags
template
template
Params
tracks
Timeline Studio API Documentation - v0.26.0
Loading...
Сегмент видео (участок финального монтажа)