คู่มือนี้จะอธิบายวิธีอ่านและแก้ไขบันทึกของผู้บรรยายโดยใช้ Google Slides API
หน้าโน้ตและต้นฉบับโน้ต
หน้าโน้ตคือหน้าประเภทหนึ่งที่ใช้สําหรับสร้างเอกสารประกอบสําหรับสไลด์ในงานนำเสนอ สไลด์แต่ละสไลด์จะมีหน้าโน้ต 1 หน้า รูปร่างตัวยึดตําแหน่ง BODY แรกในหน้าหมายเหตุของสไลด์จะมีข้อความของหมายเหตุสําหรับผู้บรรยายของสไลด์ เฉพาะเนื้อหาข้อความของรูปร่างโน้ตนี้เท่านั้นที่แก้ไขได้ใน Slides API พร็อพเพอร์ตี้อื่นๆ และเนื้อหาที่เหลือของหน้าโน้ตจะเป็นแบบอ่านอย่างเดียว
ต้นฉบับของโน้ตของงานนำเสนอคือหน้าที่กำหนดองค์ประกอบเริ่มต้นและรูปแบบข้อความที่ใช้ในหน้าโน้ต งานนำเสนอมีต้นฉบับโน้ตได้เพียงรายการเดียว ต้นฉบับของโน้ตเป็นแบบอ่านอย่างเดียวใน API ของสไลด์
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 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`."]]],["The Google Slides API allows reading and editing of speaker notes, which are found on a slide's notes page. The `speakerNotesObjectId` in the `NotesProperties` identifies the shape containing the notes text. You can use API calls to read text within this shape. While the notes master (read-only) defines default elements, you can edit the speaker notes text using `batchUpdate` requests. The API automatically creates the speaker notes shape if it's missing upon receiving a text operation.\n"]]