adobe-firefly-sdk
    Preparing search index...

    Type Alias GenerateReframedVideoResponses

    type GenerateReframedVideoResponses = {
        "202": { jobId: string; statusUrl: string };
    }
    Index

    Properties

    Properties

    "202": { jobId: string; statusUrl: string }

    Response indicating that the reframed video job has been successfully submitted.

    Type Declaration

    • jobId: string

      The unique identifier for the job.

    • statusUrl: string

      The URL to monitor the status of the job.