Method: conferenceRecords.transcripts.entries.get
Pobiera zasób TranscriptEntry
według identyfikatora wpisu.
Uwaga: wpisy transkrypcji zwracane przez interfejs Google Meet API mogą nie odpowiadać transkrypcji w pliku transkrypcji Dokumentów Google. Ten błąd może wystąpić, jeśli plik transkrypcji Dokumentów Google zostanie zmodyfikowany po wygenerowaniu.
Żądanie HTTP
GET https://meet.googleapis.com/v2/{name=conferenceRecords/*/transcripts/*/entries/*}
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
name |
string
To pole jest wymagane. Nazwa zasobu zasobu TranscriptEntry .
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu TranscriptEntry
.
Zakresy autoryzacji
Wymaga jednego z tych zakresów OAuth:
https://www.googleapis.com/auth/meetings.space.created
https://www.googleapis.com/auth/meetings.space.readonly
Więcej informacji znajdziesz w przewodniku po autoryzacji.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-04-30 UTC.
[null,null,["Ostatnia aktualizacja: 2024-04-30 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"]]