Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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

§
assetId?: bigint
[src]

Required. The unique ID of the asset.

§
readonly fileSize?: bigint
[src]

Output only. File size of the image asset in bytes.

§
readonly fullSize?: Dimensions
[src]

Output only. Metadata for this image at its original size.

§
readonly mimeType?: string
[src]

Output only. MIME type of the image asset.