adobe-firefly-sdk
    Preparing search index...

    Type Alias GenerateAvatarUsingAudioFile

    Using Audio File

    type GenerateAvatarUsingAudioFile = {
        audio: {
            localeCode: SupportedLanguageCode;
            mediaType: "audio/wav";
            source: UrlObject;
        };
        avatarId: string;
        output: AvatarOutputObject;
    }
    Index

    Properties

    Properties

    audio: {
        localeCode: SupportedLanguageCode;
        mediaType: "audio/wav";
        source: UrlObject;
    }
    avatarId: string

    ID of the avatar to use from the catalog of avatars.