adobe-firefly-sdk
    Preparing search index...

    Type Alias V1ScenesDescribeData

    type V1ScenesDescribeData = {
        body?: Restv1BetaSceneDescRequestWritable;
        path?: never;
        query?: { wait?: boolean };
        url: "/v1/scenes/describe";
    }
    Index

    Properties

    Properties

    path?: never
    query?: { wait?: boolean }

    Type Declaration

    • Optionalwait?: boolean

      Blocking mode (acts like a synchronous API call). Wait for the result before returning. ⚠️ Some operations are long, please be sure to configure your client timeout settings accordingly.

    url: "/v1/scenes/describe"