class LayersAnnotationData extends Resource (View source)

The "annotationData" collection of methods.

Typical usage is:

 $booksService = new Google\Service\Books(...);
 $annotationData = $booksService->layers_annotationData;

Methods

get(string $volumeId, string $layerId, string $annotationDataId, string $contentVersion, array $optParams = [])

Gets the annotation data. (annotationData.get)

listLayersAnnotationData(string $volumeId, string $layerId, string $contentVersion, array $optParams = [])

Gets the annotation data for a volume and layer.

Details

DictionaryAnnotationdata get(string $volumeId, string $layerId, string $annotationDataId, string $contentVersion, array $optParams = [])

Gets the annotation data. (annotationData.get)

Parameters

string $volumeId

The volume to retrieve annotations for.

string $layerId

The ID for the layer to get the annotations.

string $annotationDataId

The ID of the annotation data to retrieve.

string $contentVersion

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

array $optParams

Optional parameters.

Return Value

DictionaryAnnotationdata

Exceptions

Exception

Annotationsdata listLayersAnnotationData(string $volumeId, string $layerId, string $contentVersion, array $optParams = [])

Gets the annotation data for a volume and layer.

(annotationData.listLayersAnnotationData)

Parameters

string $volumeId

The volume to retrieve annotation data for.

string $layerId

The ID for the layer to get the annotation data.

string $contentVersion

The content version for the requested volume.

array $optParams

Optional parameters.

Return Value

Annotationsdata

Exceptions

Exception