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

    Type Alias JobResultV2200OneOfOnezero

    Response for a reframed video job that partially succeeded.

    type JobResultV2200OneOfOnezero = {
        jobId: string;
        outputs: JobResultV2200OneOfOnezeroOutputsItem[];
        status: AudioVideoApiClient.JobResultV2200OneOfOnezeroStatus;
    }
    Index

    Properties

    Properties

    jobId: string

    The unique identifier for the job.

    Details of the job's partial success, including successful outputs and any errors encountered.

    The status of the reframed video job.