קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
במדריך הזה מוסבר איך לקרוא ולערוך הערות דובר באמצעות Google Slides API.
דפי הערות ודפי הערות ראשיים
דף הערות הוא סוג של דף שמשמש ליצירת עותקים להפצה של שקפים במצגת. לכל שקף יש דף הערות אחד. הצורה הראשונה של placeholder BODY בדף ההערות של שקף מכילה את הטקסט של הערות הדובר לשקף. רק תוכן הטקסט של צורת ההערות הזו ניתן לעריכה ב-Slides API. שאר המאפיינים שלו ושאר התוכן בדף ההערות הם לקריאה בלבד.
דף המאסטר של ההערות הוא דף שמגדיר את רכיבי ברירת המחדל ואת סגנונות הטקסט שנעשה בהם שימוש בדפי ההערות. לכל מצגת יש רק גיליון ראשי אחד של הערות. תבניות של הערות הן לקריאה בלבד ב-Slides API.
קריאה וכתיבה של הערות הדובר
כדי למצוא את הצורה של הערה של דובר בשקופית, מחפשים את האובייקט presentations.pages של ההערות בשקופית בהודעה SlideProperties. הצורה שמכילה את הטקסט של הערות הדובר מזוהה לפי השדה speakerNotesObjectId בהודעה NotesProperties בדף הערות.
כדי לקרוא את ההערות של הדובר/ת בשקף, מחפשים את האובייקט עם המזהה הזה בדף ההערות וקוראים את הטקסט שלו. במקרים נדירים, יכול להיות שהאובייקט הזה לא קיים, כלומר אין הערות דובר בשקופיות.
אפשר להשתמש בבקשות טקסט מסוג batchUpdate כדי לשנות את הטקסט בתוך הצורה של הערות הדובר. במקרים הנדירים שבהם הצורה של הערות הדובר לא קיימת, ממשק ה-API של Slides יוצר אותה באופן אוטומטי כשמקבל פעולת טקסט תקינה באמצעות speakerNotesObjectId.
[[["התוכן קל להבנה","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"]]