Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Panduan ini menjelaskan cara membaca dan mengedit catatan pembicara menggunakan Google Slides API.
Halaman catatan dan master catatan
Halaman catatan adalah jenis halaman yang digunakan untuk membuat materi cetak untuk slide dalam presentasi. Setiap slide memiliki satu halaman catatan. Bentuk placeholder BODY pertama
di halaman catatan slide berisi teks catatan pembicara slide. Hanya konten teks bentuk catatan ini yang dapat diedit di Slides API. Properti
lainnya dan konten halaman catatan lainnya bersifat hanya baca.
Master catatan presentasi adalah halaman yang menentukan elemen default dan gaya teks yang digunakan di halaman catatan. Presentasi hanya memiliki satu master catatan. Master
bersifat hanya baca di Slides API.
Membaca dan menulis catatan pembicara
Untuk menemukan bentuk catatan pembicara slide, temukan objek
presentations.pages
catatan slide dalam pesan
SlideProperties. Bentuk yang berisi teks catatan pembicara diidentifikasi oleh kolom
speakerNotesObjectId di pesan
NotesProperties
halaman catatan.
Untuk membaca catatan pembicara slide, temukan objek dengan ID ini di halaman catatan
dan baca text-nya. Dalam kasus yang jarang terjadi, objek ini mungkin tidak ada, yang berarti slide tidak memiliki catatan pembicara.
Anda dapat menggunakan permintaan teks batchUpdate
untuk mengubah teks di dalam bentuk catatan pembicara. Dalam kasus yang jarang terjadi saat bentuk catatan pembicara tidak ada, Slides API akan membuatnya secara otomatis saat menerima operasi teks yang valid menggunakan speakerNotesObjectId.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-08-29 UTC."],[],[],null,["# Work with speaker notes\n\nThis guide explains how to read and edit speaker notes using the Google Slides API.\n\nNotes pages and notes masters\n-----------------------------\n\nA notes page is a kind of page used for generating handouts for slides in a\npresentation. Each slide has one notes page. The first `BODY` placeholder shape\non a slide's notes page contains the text of a slide's speaker notes. Only the\ntext content of this notes shape is editable in Slides API. Its other\nproperties and the rest of the notes page contents are read-only.\n\nThe presentation's notes master is a page that defines the default elements and\ntext styles used on notes pages. A presentation only has one notes master. Notes\nmasters are read-only in the Slides API.\n\nRead and write speaker notes\n----------------------------\n\nTo find a slide's speaker note shape, find the slide's notes\n[`presentations.pages`](/workspace/slides/api/reference/rest/v1/presentations.pages)\nobject in its\n[`SlideProperties`](/workspace/slides/api/reference/rest/v1/presentations.pages#slideproperties)\nmessage. The shape containing the speaker notes text is identified by the\n`speakerNotesObjectId` field in the notes page's\n[`NotesProperties`](/workspace/slides/api/reference/rest/v1/presentations.pages#notesproperties)\nmessage.\n\nTo read a slide's speaker notes, find an object with this ID on the notes page\nand read its [text](/workspace/slides/api/concepts/text). In rare cases, this\nobject might not exist which means the slides have no speaker notes.\n\nYou can use [`batchUpdate`](/workspace/slides/api/guides/styling) text requests\nto modify the text inside the speaker notes shape. In the rare case where the\nspeaker notes shape doesn't exist, the Slides API creates it\nautomatically when it receives a valid text operation using a\n`speakerNotesObjectId`."]]