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

    Interface DubSuccess

    Dubbing success

    interface DubSuccess {
        audioOutput?: AudioOutput;
        transcriptOutput?: TranscribeOutput;
        videoOutput?: VideoOutput;
    }
    Index

    Properties

    audioOutput?: AudioOutput
    transcriptOutput?: TranscribeOutput
    videoOutput?: VideoOutput