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

    Interface SubmitAPIResponse

    Response returned when a job is successfully submitted.

    interface SubmitAPIResponse {
        jobId?: string;
        statusUrl?: string;
    }
    Index

    Properties

    Properties

    jobId?: string
    statusUrl?: string