adobe-firefly-sdk
    Preparing search index...

    Type Alias Restv1BetaRenderModelRequest

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

    Properties

    $schema?: string

    A URL to the JSON schema for this object.

    Options related to auto-framing.

    Options related to the background.

    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.

    Options related to the render size.

    sources: RestBaseMountedSource[] | null

    List of sources to aggregate and run the job against.