সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
এই নির্দেশিকাটি ব্যাখ্যা করে যে কীভাবে Google স্লাইড API ব্যবহার করে স্পিকার নোট পড়তে এবং সম্পাদনা করতে হয়।
নোট পেজ এবং নোট মাস্টার
একটি নোট পৃষ্ঠা হল এক ধরণের পৃষ্ঠা যা উপস্থাপনায় স্লাইডের জন্য হ্যান্ডআউট তৈরি করতে ব্যবহৃত হয়। প্রতিটি স্লাইডে একটি নোট পৃষ্ঠা রয়েছে। একটি স্লাইডের নোট পৃষ্ঠায় প্রথম BODY স্থানধারক আকৃতিতে একটি স্লাইডের স্পিকার নোটের পাঠ্য থাকে৷ শুধুমাত্র এই নোট আকারের পাঠ্য বিষয়বস্তু Slides API-এ সম্পাদনাযোগ্য। এর অন্যান্য বৈশিষ্ট্য এবং নোট পৃষ্ঠার বাকি বিষয়বস্তু শুধুমাত্র পঠনযোগ্য।
উপস্থাপনার নোট মাস্টার হল একটি পৃষ্ঠা যা নোট পৃষ্ঠাগুলিতে ব্যবহৃত ডিফল্ট উপাদান এবং পাঠ্য শৈলীগুলিকে সংজ্ঞায়িত করে৷ একটি উপস্থাপনা শুধুমাত্র একটি নোট মাস্টার আছে. নোট মাস্টারগুলি স্লাইড এপিআই-এ শুধুমাত্র পঠনযোগ্য।
স্পিকার নোট পড়ুন এবং লিখুন
একটি স্লাইডের স্পিকার নোট আকৃতি খুঁজে পেতে, স্লাইডের নোট presentations.pages অবজেক্ট এর SlideProperties বার্তায় খুঁজুন। স্পিকার নোট টেক্সট ধারণকারী আকৃতি নোট পৃষ্ঠার NotesProperties বার্তা speakerNotesObjectId ক্ষেত্র দ্বারা চিহ্নিত করা হয়।
একটি স্লাইডের স্পিকার নোট পড়তে, নোট পৃষ্ঠায় এই আইডি সহ একটি বস্তু খুঁজুন এবং এর পাঠ্য পড়ুন। বিরল ক্ষেত্রে, এই বস্তুটির অস্তিত্ব নাও থাকতে পারে যার মানে স্লাইডে কোনো স্পিকার নোট নেই।
আপনি স্পিকার নোট আকৃতির ভিতরে পাঠ্য পরিবর্তন করতে batchUpdate পাঠ্য অনুরোধগুলি ব্যবহার করতে পারেন। বিরল ক্ষেত্রে যেখানে স্পিকার নোটের আকৃতি বিদ্যমান নেই, স্লাইড এপিআই এটিকে স্বয়ংক্রিয়ভাবে তৈরি করে যখন এটি একটি 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-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`."]]