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

LayersAnnotationDataGetOptions

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

Additional options for Books#layersAnnotationDataGet.

interface LayersAnnotationDataGetOptions {
allowWebDefinitions?: boolean;
contentVersion: string;
h?: number;
locale?: string;
scale?: number;
source?: string;
w?: number;
}

§Properties

§
allowWebDefinitions?: boolean
[src]

For the dictionary layer. Whether or not to allow web definitions.

§
contentVersion: string
[src]

The content version for the volume you are trying to retrieve.

§
h?: number
[src]

The requested pixel height for any images. If height is provided width must also be provided.

§
locale?: string
[src]

The locale information for the data. ISO-639-1 language and ISO-3166-1 country code. Ex: 'en_US'.

§
scale?: number
[src]

The requested scale for the image.

§
source?: string
[src]

String to identify the originator of this request.

§
w?: number
[src]

The requested pixel width for any images. If width is provided height must also be provided.