A generated video.

interface Video {
    mimeType?: string;
    uri?: string;
    videoBytes?: string;
}

Properties

mimeType?: string

Video encoding, for example video/mp4.

uri?: string

Path to another storage.

videoBytes?: string

Video bytes.

Encoded as base64 string.