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

Image

import type { Image } from "https://googleapis.deno.dev/v1/forms:v1.ts";

Data representing an image.

interface Image {
altText?: string;
readonly contentUri?: string;
properties?: MediaProperties;
sourceUri?: string;
}

§Properties

§
altText?: string
[src]

A description of the image that is shown on hover and read by screenreaders.

§
readonly contentUri?: string
[src]

Output only. A URI from which you can download the image; this is valid only for a limited time.

§

Properties of an image.

§
sourceUri?: string
[src]

Input only. The source URI is the URI used to insert the image. The source URI can be empty when fetched.