adobe-firefly-sdk
    Preparing search index...

    Type Alias GenerateSpeechUsingPlainText

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

    Properties

    Properties

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

    Type Declaration

    voiceId: string

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