ImageAsset
import type { ImageAsset } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";Meta data of an image asset.
interface ImageAsset {
assetId?: bigint;
readonly fileSize?: bigint;
readonly fullSize?: Dimensions;
readonly mimeType?: string;
}§Properties
§
readonly fullSize?: Dimensions
[src]Output only. Metadata for this image at its original size.