Enumeration VideoOrientation

The orientation of the video. Defaults to LANDSCAPE. This enum is not supported in Gemini API.

Enumeration Members

LANDSCAPE: "LANDSCAPE"

Landscape orientation (e.g. 16:9, 1280x720).

PORTRAIT: "PORTRAIT"

Portrait orientation (e.g. 9:16, 720x1280).

VIDEO_ORIENTATION_UNSPECIFIED: "VIDEO_ORIENTATION_UNSPECIFIED"

Unspecified video orientation. Defaults to landscape.