このガイドでは、Google Slides API を使用してスピーカーのメモを読み取ったり編集したりする方法について説明します。
メモページとメモマスター
メモページは、プレゼンテーションのスライドのハンドアウトの生成に使用されるページの一種です。各スライドに 1 つのメモページがあります。スライドのメモページの最初の BODY プレースホルダの形状には、スライドのスピーカー ノートのテキストが含まれています。Slides API で編集できるのは、このメモの形状のテキスト コンテンツのみです。他のプロパティとメモページの残りのコンテンツは読み取り専用です。
プレゼンテーションのメモ マスターは、メモページで使用されるデフォルトの要素とテキスト スタイルを定義するページです。プレゼンテーションにはメモ マスターが 1 つしかありません。メモマスターは、スライド 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"]]