adobe-firefly-sdk
Preparing search index...
audio-video/src/sdk
AvatarOutputObject
Type Alias AvatarOutputObject
Output configuration for avatar video generation.
type
AvatarOutputObject
=
{
background
?:
(
OutputColor
|
UrlSource
)
&
{
type
?:
SupportedBackgroundType
;
}
;
mediaType
:
SupportedOutputVideoFormat
;
resolution
?:
{
height
?:
string
;
width
?:
string
}
;
}
Index
Properties
background?
media
Type
resolution?
Properties
Optional
background
background
?:
(
OutputColor
|
UrlSource
)
&
{
type
?:
SupportedBackgroundType
}
media
Type
mediaType
:
SupportedOutputVideoFormat
Optional
resolution
resolution
?:
{
height
?:
string
;
width
?:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
background
media
Type
resolution
adobe-firefly-sdk
Loading...
Output configuration for avatar video generation.