adobe-firefly-sdk
    Preparing search index...

    Type Alias GenerateAvatarUsingPlainText

    Using Plain Text

    type GenerateAvatarUsingPlainText = {
        avatarId: string;
        output: AvatarOutputObject;
        script: (TextSource | UrlSource) & {
            localeCode: SupportedLanguageCode;
            mediaType: "text/plain";
        };
        voiceId: string;
    }
    Index

    Properties

    avatarId: string

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

    script: (TextSource | UrlSource) & {
        localeCode: SupportedLanguageCode;
        mediaType: "text/plain";
    }

    Type Declaration

    voiceId: string

    ID of the voice to use from the catalog of voices.