Method: conferenceRecords.transcripts.entries.get
Gets a TranscriptEntry
resource by entry ID.
Note: The transcript entries returned by the Google Meet API might not match the transcription found in the Google Docs transcript file. This can occur when the Google Docs transcript file is modified after generation.
HTTP request
GET https://meet.googleapis.com/v2/{name=conferenceRecords/*/transcripts/*/entries/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
Required. Resource name of the TranscriptEntry .
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of TranscriptEntry
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/meetings.space.created
https://www.googleapis.com/auth/meetings.space.readonly
For more information, see the Authorization guide.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-23 UTC.
[null,null,["Last updated 2024-09-23 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"]]