adobe-firefly-sdk
    Preparing search index...

    Type Alias Restv1BetaRenderSceneTurntableJobResult

    type Restv1BetaRenderSceneTurntableJobResult = {
        framesUrls?: string[] | null;
        outputSpace?: RestBaseSpace;
        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.

    outputSpace?: RestBaseSpace
    renderUrl: string

    URL to the rendered scene.

    warnings: TypesWarning[] | null