이 가이드에서는 Google Slides API를 사용하여 발표자 메모를 읽고 수정하는 방법을 설명합니다.
메모 페이지 및 메모 마스터
메모 페이지는 프레젠테이션의 슬라이드 핸드아웃을 생성하는 데 사용되는 페이지의 한 유형입니다. 각 슬라이드에는 메모 페이지가 하나 있습니다. 슬라이드의 메모 페이지에 있는 첫 번째 BODY 자리표시자 도형에는 슬라이드의 발표자 메모 텍스트가 포함됩니다. 이 메모 도형의 텍스트 콘텐츠만 Slides API에서 수정할 수 있습니다. 다른 속성과 메모 페이지의 나머지 콘텐츠는 읽기 전용입니다.
프레젠테이션의 메모 마스터는 메모 페이지에 사용되는 기본 요소와 텍스트 스타일을 정의하는 페이지입니다. 프레젠테이션에는 메모 마스터가 하나만 있습니다. 메모 마스터는 Slides 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`."]]],[]]