সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
এই বিভাগে নমুনা অ্যাপ্লিকেশন এবং "রেসিপি" উদাহরণগুলির একটি সেট উপস্থাপন করে যা প্রদর্শন করে যে কীভাবে একটি Google স্লাইডস এপিআই অনুরোধে একটি অভিপ্রেত Google স্লাইড অ্যাকশন অনুবাদ করতে হয়৷
কোডল্যাব
স্লাইড কোডল্যাব আপনাকে শেখায় কিভাবে সবচেয়ে সাধারণ সফ্টওয়্যার লাইসেন্সগুলির বিশ্লেষণের জন্য একটি কাস্টম উপস্থাপনা সরঞ্জাম হিসাবে Google স্লাইড API ব্যবহার করতে হয়৷
আপনি শিখবেন কিভাবে BigQuery ব্যবহার করে GitHub-এ সমস্ত ওপেন সোর্স কোড জিজ্ঞাসা করতে হয় এবং আপনার ফলাফলগুলি উপস্থাপন করার জন্য Slides API ব্যবহার করে একটি স্লাইড ডেক তৈরি করতে হয়।
নমুনা অ্যাপ্লিকেশন
মার্কডাউন টু স্লাইড কমান্ড-লাইন টুল আপনাকে মার্কডাউন ফাইল থেকে স্লাইড ডেক তৈরি করতে দেয়।
আপনি এটি ব্যবহার করতে পারেন স্লাইডস এপিআই অন্বেষণ করতে, বা সংগ্রহস্থলে কাঁটাচামচ করতে এবং আপনার জাভাস্ক্রিপ্ট অ্যাপ্লিকেশনে স্লাইড আউটপুট প্রদান করতে কোডটি পরিবর্তন করতে পারেন।
রেসিপি
এই বিভাগে তালিকাভুক্ত উদাহরণগুলি স্লাইড এপিআই অনুরোধ হিসাবে স্লাইডে সাধারণ ক্রিয়াগুলিকে কীভাবে প্রকাশ করতে হয় তা প্রদর্শন করে৷
এই উদাহরণগুলি ভাষা নিরপেক্ষ হওয়ার জন্য HTTP অনুরোধ হিসাবে উপস্থাপন করা হয়েছে। Google API ক্লায়েন্ট লাইব্রেরি ব্যবহার করে একটি নির্দিষ্ট ভাষায় স্লাইড API অনুরোধ প্রোটোকল কীভাবে প্রয়োগ করতে হয় তা জানতে, নিম্নলিখিত নির্দেশিকাগুলি দেখুন:
বেসিক রিডিং — রেসিপি যা উপস্থাপনা থেকে তথ্য পড়ার সাধারণ উপায় দেখায়।
মৌলিক লেখা — রেসিপি যা উপস্থাপনায় লেখার সাধারণ উপায় দেখায়।
উপাদান ক্রিয়াকলাপ - রেসিপি যা সাধারণ পৃষ্ঠা উপাদান তৈরি এবং সম্পাদনা কার্য দেখায়।
উপস্থাপনা ক্রিয়াকলাপ - রেসিপি যা দেখায় কিভাবে একটি উপস্থাপনা তৈরি এবং পরিচালনা করতে হয়।
স্লাইড ক্রিয়াকলাপ - রেসিপি যা দেখায় কিভাবে একটি উপস্থাপনায় স্লাইড তৈরি, সরানো এবং মুছতে হয়।
টেবিল অপারেশন - রেসিপি যা দেখায় কিভাবে একটি স্লাইডের মধ্যে টেবিল তৈরি এবং সম্পাদনা করতে হয়।
ট্রান্সফর্ম অপারেশন - রেসিপি যা দেখায় কিভাবে একটি স্লাইডের মধ্যে উপাদানগুলির আকার এবং অবস্থান পরিবর্তন করতে হয়।
স্লাইড এপিআই দিয়ে একটি প্রদত্ত কাজ সম্পূর্ণ করার জন্য প্রায়শই একাধিক উপায় থাকে। একটি একক পদ্ধতি কলে একাধিক আপডেটের অনুরোধ বান্ডিল করতে যেখানেই সম্ভব ব্যাচ পদ্ধতি presentations.batchUpdate ব্যবহার করুন। এটি ক্লায়েন্ট HTTP ওভারহেডকে হ্রাস করে, প্রশ্নের সংখ্যা হ্রাস করে, উপস্থাপনায় পুনর্বিবেচনার সংখ্যা হ্রাস করে এবং সমস্ত পরিবর্তনগুলি পরমাণুভাবে প্রয়োগ করে।
কর্মক্ষমতা আরও উন্নত করতে, উপস্থাপনা, পৃষ্ঠা এবং পৃষ্ঠা উপাদানগুলি পড়ার এবং আপডেট করার সময় ফিল্ড মাস্ক ব্যবহার করুন।
[[["সহজে বোঝা যায়","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,["# Samples\n\nThis section presents a set of sample applications and \"recipe\" examples that\ndemonstrate how to translate an intended Google Slides action into an\nGoogle Slides API request.\n\nCodelabs\n--------\n\nThe [Slides\ncodelab](https://codelabs.developers.google.com/codelabs/slides-api)\nteaches you how to use Google Slides API as a custom presentation tool for an\nanalysis of the most common software licenses.\n\nYou'll learn how to query all open source code on GitHub using [BigQuery](https://cloud.google.com/bigquery) and create a\nslide deck using Slides API to present your results.\n\nSample applications\n-------------------\n\nThe [Markdown to\nSlides](https://github.com/googleworkspace/md2googleslides)\ncommand-line tool lets you generate slide decks from markdown files.\n\nYou can use this to explore the Slides API, or fork the repository and\nmodify the code to provide Slides output to your JavaScript\napplication.\n\nRecipes\n-------\n\nThe examples listed in this section demonstrate how to express common actions in\nSlides as Slides API requests.\n\nThese examples are presented as HTTP requests to be language neutral. To learn\nhow to implement Slides API request protocols in a specific language\nusing Google API client libraries, see the following guides:\n\n- [Create a slide](/workspace/slides/api/guides/create-slide)\n- [Add shapes and text](/workspace/slides/api/guides/add-shape)\n- [Merge data into a presentation](/workspace/slides/api/guides/merge)\n- [Add charts to a slide](/workspace/slides/api/guides/add-chart)\n- [Edit and style text](/workspace/slides/api/guides/styling)\n\nRecipes in this section are divided into the following categories:\n\n- [Basic reading](/workspace/slides/api/samples/reading)---Recipes that show common ways of reading information from a presentation.\n- [Basic writing](/workspace/slides/api/samples/writing)---Recipes that show common ways of writing to a presentation.\n- [Element operations](/workspace/slides/api/samples/elements)---Recipes that show common page element creation and editing tasks.\n- [Presentation operations](/workspace/slides/api/samples/presentation)---Recipes that show how to create and manipulate a presentation.\n- [Slide operations](/workspace/slides/api/samples/slides)---Recipes that show how to create, move, and delete slides in a presentation.\n- [Table operations](/workspace/slides/api/samples/tables)---Recipes that show how to create and edit tables within a slide.\n- [Transform operations](/workspace/slides/api/samples/transform)---Recipes that show how to alter the size and positioning of elements within a slide.\n\nThere's often more than one way to complete a given task with the\nSlides API. Use the batch method\n[`presentations.batchUpdate`](/workspace/slides/api/reference/rest/v1/presentations/batchUpdate)\nwherever possible to bundle multiple update requests into a single method call.\nThis reduces client HTTP overhead, reduces the number of queries, minimizes the\nnumber of revisions on the presentation, and applies all the changes atomically.\n\nTo further improve performance, use [field\nmasks](/workspace/slides/api/guides/field-masks) when reading and updating presentations,\npages, and page elements."]]