@musallam/audio-video-client
    Preparing search index...

    Type Alias GenerateReframedVideo202

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

    type GenerateReframedVideo202 = {
        jobId: string;
        statusUrl: string;
    }
    Index

    Properties

    Properties

    jobId: string

    The unique identifier for the job.

    statusUrl: string

    The URL to monitor the status of the job.