Method: conferenceRecords.transcripts.entries.get
Mendapatkan resource TranscriptEntry
berdasarkan ID entri.
Catatan: Entri transkrip yang ditampilkan oleh Google Meet API mungkin tidak cocok dengan transkripsi yang ditemukan di file transkrip Google Dokumen. Hal ini dapat terjadi jika file transkrip Google Dokumen diubah setelah pembuatan.
Permintaan HTTP
GET https://meet.googleapis.com/v2/{name=conferenceRecords/*/transcripts/*/entries/*}
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
name |
string
Wajib. Nama resource TranscriptEntry .
|
Isi permintaan
Isi permintaan harus kosong.
Isi respons
Jika berhasil, isi respons akan berisi instance TranscriptEntry
.
Cakupan otorisasi
Memerlukan salah satu cakupan OAuth berikut:
https://www.googleapis.com/auth/meetings.space.created
https://www.googleapis.com/auth/meetings.space.readonly
Untuk informasi selengkapnya, lihat Panduan otorisasi.
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-04-30 UTC.
[null,null,["Terakhir diperbarui pada 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"]]