adobe-firefly-sdk
    Preparing search index...

    Type Alias VideoSettingsV3

    type VideoSettingsV3 = {
        cameraMotion?: CameraMotion;
        promptStyle?: VideoPromptStyle;
        shotAngle?: ShotAngle;
        shotSize?: ShotSize;
    }
    Index

    Properties

    cameraMotion?: CameraMotion

    The camera motion control.

    promptStyle?: VideoPromptStyle

    The style of the generated video.

    shotAngle?: ShotAngle

    The shot angle control.

    shotSize?: ShotSize

    The shot size control.