Method: conferenceRecords.transcripts.get
קבלת תמליל לפי מזהה התמליל.
בקשת HTTP
GET https://meet.googleapis.com/v2/{name=conferenceRecords/*/transcripts/*}
בכתובת ה-URL נעשה שימוש בתחביר המרת קידוד של gRPC.
פרמטרים של נתיב
פרמטרים |
name |
string
חובה. שם מקור המידע של התמליל.
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה מכיל מופע של Transcript
.
היקפי הרשאות
נדרש אחד מהיקפי ההרשאות הבאים של OAuth:
https://www.googleapis.com/auth/meetings.space.created
https://www.googleapis.com/auth/meetings.space.readonly
למידע נוסף, עיינו במדריך ההרשאות.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-04-30 (שעון UTC).
[null,null,["עדכון אחרון: 2024-04-30 (שעון UTC)."],[[["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"]]