LayersAnnotationData
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)
Annotationsdata
listLayersAnnotationData(string $volumeId, string $layerId, string $contentVersion, array $optParams = [])
Gets the annotation data for a volume and layer.
(annotationData.listLayersAnnotationData)