adobe-firefly-sdk
    Preparing search index...

    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?: (OutputColor | UrlSource) & { type?: SupportedBackgroundType }
    resolution?: { height?: string; width?: string }