adobe-firefly-sdk
    Preparing search index...

    Type Alias Restv1BetaCreateSceneRequest

    type Restv1BetaCreateSceneRequest = {
        $schema?: string;
        encoding: "glb" | "gltf" | "fbx" | "usdz" | "usda" | "usdc" | "obj";
        fileBaseName: string;
        scene: TypesSceneDescription;
        sources: RestBaseMountedSource[] | null;
    }
    Index

    Properties

    $schema?: string

    A URL to the JSON schema for this object.

    encoding: "glb" | "gltf" | "fbx" | "usdz" | "usda" | "usdc" | "obj"

    Encoding output format.

    fileBaseName: string

    Output filename.

    sources: RestBaseMountedSource[] | null

    List of sources to aggregate and run the job against.