Stay organized with collections
Save and categorize content based on your preferences.
This guide explains how to read and edit speaker notes using the Google Slides API.
Notes pages and notes masters
A notes page is a kind of page used for generating handouts for slides in a
presentation. Each slide has one notes page. The first BODY placeholder shape
on a slide's notes page contains the text of a slide's speaker notes. Only the
text content of this notes shape is editable in Slides API. Its other
properties and the rest of the notes page contents are read-only.
The presentation's notes master is a page that defines the default elements and
text styles used on notes pages. A presentation only has one notes master. Notes
masters are read-only in the Slides API.
Read and write speaker notes
To find a slide's speaker note shape, find the slide's notes
presentations.pages
object in its
SlideProperties
message. The shape containing the speaker notes text is identified by the
speakerNotesObjectId field in the notes page's
NotesProperties
message.
To read a slide's speaker notes, find an object with this ID on the notes page
and read its text. In rare cases, this object might
not exist which means the slides have no speaker notes.
You can use batchUpdate text requests to modify
the text inside the speaker notes shape. In the rare case where the speaker
notes shape doesn't exist, the Slides API creates it automatically
when it receives a valid text operation using a speakerNotesObjectId.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-14 UTC."],[[["This page explains how to utilize the Slides API to view and modify speaker notes associated with presentation slides."],["Each slide's speaker notes are stored within a designated shape on its corresponding notes page, accessible via the `speakerNotesObjectId`."],["You can read speaker notes by locating the shape with the `speakerNotesObjectId` and accessing its text content."],["Modifying speaker notes involves using text batchUpdate requests to edit the text within the identified speaker notes shape."],["If a speaker notes shape is missing, the Slides API will automatically generate one upon receiving a valid text operation using the `speakerNotesObjectId`."]]],[]]