Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/ai-chat/types/ai-context
UserPreferencesContext
Interface UserPreferencesContext
Пользовательские предпочтения для AI
interface
UserPreferencesContext
{
aiCommandHistory
:
{
command
:
string
;
result
?:
string
;
success
:
boolean
;
timestamp
:
Date
;
}
[]
;
contentPreferences
:
{
autoApplyColorCorrection
:
boolean
;
autoBalanceAudio
:
boolean
;
preferredTrackTypes
:
string
[]
;
preferredTransitionDuration
:
number
;
}
;
defaultProjectSettings
:
{
aspectRatio
:
string
;
fps
:
number
;
resolution
:
{
height
:
number
;
width
:
number
}
;
}
;
}
Index
Properties
ai
Command
History
content
Preferences
default
Project
Settings
Properties
ai
Command
History
aiCommandHistory
:
{
command
:
string
;
result
?:
string
;
success
:
boolean
;
timestamp
:
Date
;
}
[]
content
Preferences
contentPreferences
:
{
autoApplyColorCorrection
:
boolean
;
autoBalanceAudio
:
boolean
;
preferredTrackTypes
:
string
[]
;
preferredTransitionDuration
:
number
;
}
default
Project
Settings
defaultProjectSettings
:
{
aspectRatio
:
string
;
fps
:
number
;
resolution
:
{
height
:
number
;
width
:
number
}
;
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
ai
Command
History
content
Preferences
default
Project
Settings
Timeline Studio API Documentation - v0.26.0
Loading...
Пользовательские предпочтения для AI