adobe-firefly-sdk
    Preparing search index...

    Type Alias V1ScenesConvertData

    type V1ScenesConvertData = {
        body?: Restv1BetaModelConvertRequestWritable;
        path?: never;
        query?: { wait?: boolean };
        url: "/v1/scenes/convert";
    }
    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/convert"