adobe-firefly-sdk
    Preparing search index...

    Type Alias DubVideoRequest

    Video dub request

    The video dub request body.

    type DubVideoRequest = {
        lipSync?: boolean;
        targetLocaleCodes?: TargetLocaleCodes[];
        transcripts?: TranscriptInput[];
        video: VideoInput;
    }
    Index

    Properties

    lipSync?: boolean

    If true, a high-quality composited lip sync will be used in the video output.

    targetLocaleCodes?: TargetLocaleCodes[]

    This determines the language used in the processed output. See the usage notes for more about the supported languages.

    transcripts?: TranscriptInput[]
    video: VideoInput