Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Bu kılavuzda, Google Slaytlar API'si kullanılarak konuşmacı notlarının nasıl okunacağı ve düzenleneceği açıklanmaktadır.
Not sayfaları ve not asılları
Notlar sayfası, sunudaki slaytlar için dağıtılacak materyaller oluşturmak amacıyla kullanılan bir sayfa türüdür. Her slaytın bir not sayfası vardır. Bir slaytın notlar sayfasındaki ilk BODY yer tutucu şekli, slaytın konuşmacı notlarının metnini içerir. Slaytlar API'sinde yalnızca bu not şeklinin metin içeriği düzenlenebilir. Diğer özellikleri ve notlar sayfasının geri kalan içeriği salt okunurdur.
Sununun notlar ana sayfası, not sayfalarında kullanılan varsayılan öğeleri ve metin stillerini tanımlayan bir sayfadır. Bir sunuda yalnızca bir not ana sayfası bulunur. Notlar
ana slaytları, Slaytlar API'sinde salt okunurdur.
Konuşmacı notlarını okuma ve yazma
Bir slaytın konuşmacı notu şeklini bulmak için slaytın notlarını
presentations.pages
ileti gövdesinde
SlideProperties bulun. Konuşmacı notları metnini içeren şekil, notlar sayfasının NotesProperties mesajındaki speakerNotesObjectId alanı ile tanımlanır.
Bir slaytın konuşmacı notlarını okumak için notlar sayfasında bu kimliğe sahip bir nesne bulun
ve metnini okuyun. Nadir durumlarda bu nesne mevcut olmayabilir. Bu durumda slaytlarda konuşmacı notu yoktur.
Konuşmacı notları şeklindeki metni değiştirmek için batchUpdate metin isteklerini kullanabilirsiniz. Konuşmacı notları şeklinin bulunmadığı nadir durumlarda, Slaytlar API, speakerNotesObjectId kullanılarak geçerli bir metin işlemi aldığında bu şekli otomatik olarak oluşturur.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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`."]]