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

Volumeannotation

import type { Volumeannotation } from "https://googleapis.deno.dev/v1/books:v1.ts";
interface Volumeannotation {
annotationDataId?: string;
annotationDataLink?: string;
annotationType?: string;
contentRanges?: {
contentVersion?: string;
gbImageRange?: BooksAnnotationsRange;
gbTextRange?: BooksAnnotationsRange;
}
;
data?: string;
deleted?: boolean;
id?: string;
kind?: string;
layerId?: string;
pageIds?: string[];
selectedText?: string;
selfLink?: string;
updated?: string;
volumeId?: string;
}

§Properties

§
annotationDataId?: string
[src]

The annotation data id for this volume annotation.

§
annotationType?: string
[src]

The type of annotation this is.

§
contentRanges?: {
contentVersion?: string;
gbImageRange?: BooksAnnotationsRange;
gbTextRange?: BooksAnnotationsRange;
}
[src]

The content ranges to identify the selected text.

§
data?: string
[src]

Data for this annotation.

§
deleted?: boolean
[src]

Indicates that this annotation is deleted.

§
id?: string
[src]

Unique id of this volume annotation.

§
kind?: string
[src]

Resource Type

§
layerId?: string
[src]

The Layer this annotation is for.

§
pageIds?: string[]
[src]

Pages the annotation spans.

§
selectedText?: string
[src]

Excerpt from the volume.

§
updated?: string
[src]

Timestamp for the last time this anntoation was updated. (RFC 3339 UTC date-time format).

§
volumeId?: string
[src]

The Volume this annotation is for.