adobe-firefly-sdk
    Preparing search index...

    Type Alias Restv1BetaComposeSceneJobResult

    type Restv1BetaComposeSceneJobResult = {
        outputs: Restv1BetaComposeOutput[] | null;
        outputSpace?: RestBaseSpace;
        promptHasBlockedArtists: boolean;
        promptHasDeniedWords: boolean;
        warnings: TypesWarning[] | null;
    }
    Index

    Properties

    outputs: Restv1BetaComposeOutput[] | null
    outputSpace?: RestBaseSpace
    promptHasBlockedArtists: boolean
    promptHasDeniedWords: boolean
    warnings: TypesWarning[] | null