تاريخ التعديل الأخير: 2024-04-30 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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-04-30 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Retrieves a meeting transcript using its unique ID via a GET request."],["Requires specifying the transcript's resource name as a path parameter in the request URL."],["Returns the transcript details in the response body if authorized with the necessary scopes."],["Utilizes gRPC Transcoding for constructing the request URL."],["Needs either `meetings.space.created` or `meetings.space.readonly` OAuth scope for authorization."]]],["This document outlines how to retrieve a transcript using its ID via a `GET` request to a specific URL: `https://meet.googleapis.com/v2/{name=conferenceRecords/*/transcripts/*}`. The request requires a `name` parameter, representing the transcript's resource name, to be included in the path. The request body must be empty. A successful response returns a `Transcript` object. To authorize this request, one of two OAuth scopes, either `meetings.space.created` or `meetings.space.readonly`, is required.\n"]]