adobe-firefly-sdk
    Preparing search index...

    Type Alias Restv1BetaRenderSceneRequest

    type Restv1BetaRenderSceneRequest = {
        $schema?: string;
        autoFraming?: TypesAutoFramingOptions;
        background?: TypesBackgroundOptions;
        cameraName?: string;
        extraOutputs?: TypesRenderExtraOutputs;
        groundPlane?: TypesGroundPlaneOptions;
        scene: TypesSceneDescription;
        size?: TypesSizeOptions;
        sources: RestBaseMountedSource[] | null;
    }
    Index

    Properties

    $schema?: string

    A URL to the JSON schema for this object.

    Auto-framing related options.

    Background related options.

    cameraName?: string

    If set, this camera is used to perform the render. The camera has to be defined in the scene.

    Request additional outputs from the renderer.

    Options related to the ground plane.

    Define rendering scene primitives.

    Render size related options.

    sources: RestBaseMountedSource[] | null

    List of sources to aggregate and run the job against.