adobe-firefly-sdk
    Preparing search index...

    Type Alias Restv1BetaRenderSceneJobResultWritable

    type Restv1BetaRenderSceneJobResultWritable = {
        framesUrls?: string[] | null;
        materialIds?: TypesIdsMapData;
        materialMasks?: TypesMaskNameToFileBinding[];
        objectIds?: TypesIdsMapData;
        objectMasks?: TypesMaskNameToFileBinding[];
        outputSpace?: RestBaseSpaceWritable;
        renderUrl: string;
        warnings: TypesWarning[] | null;
    }
    Index

    Properties

    framesUrls?: string[] | null

    List of URLs to the rendered frames. The rendered frames are ordered by frame number.

    materialIds?: TypesIdsMapData
    materialMasks?: TypesMaskNameToFileBinding[]
    objectIds?: TypesIdsMapData
    outputSpace?: RestBaseSpaceWritable
    renderUrl: string

    URL to the rendered scene.

    warnings: TypesWarning[] | null