এন্ট্রি আইডি দ্বারা একটি TranscriptEntry সংস্থান পায়।
দ্রষ্টব্য: Google Meet API দ্বারা প্রত্যাবর্তিত ট্রান্সক্রিপ্ট এন্ট্রিগুলি Google Docs ট্রান্সক্রিপ্ট ফাইলে পাওয়া ট্রান্সক্রিপশনের সাথে নাও মিলতে পারে। এটি ঘটতে পারে যখন Google ডক্স ট্রান্সক্রিপ্ট ফাইল প্রজন্মের পর পরিবর্তন করা হয়।
HTTP অনুরোধ
GET https://meet.googleapis.com/v2/{name=conferenceRecords/*/transcripts/*/entries/*}
[[["সহজে বোঝা যায়","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"]],["2024-11-08 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Retrieves a specific transcript entry from a Google Meet recording using its unique identifier."],["Transcript entries from the API might differ from the Google Docs version if the latter was modified."],["Requires providing the transcript entry's resource name as a path parameter in the request."],["Returns the requested `TranscriptEntry` object if the request is successful."],["Needs authorization with specific scopes related to Google Meet and Workspace."]]],["This document outlines how to retrieve a `TranscriptEntry` resource via the Google Meet API. The key action is to use a `GET` request to a specific URL, structured as `https://meet.googleapis.com/v2/{name=conferenceRecords/*/transcripts/*/entries/*}`, with the `name` path parameter specifying the required resource. The request body must be empty. The response will contain the requested `TranscriptEntry` if successful. Access requires specific OAuth scopes (`meetings.space.created` or `meetings.space.readonly`). The transcript entries may differ from Google Docs transcript file.\n"]]