Method: conferenceRecords.transcripts.entries.get
Giriş kimliğine göre bir TranscriptEntry
kaynağı alır.
Not: Google Meet API'si tarafından döndürülen transkript girişleri, Google Dokümanlar transkript dosyasında bulunan transkriptle eşleşmeyebilir. Bu durum, Google Dokümanlar transkript dosyası oluşturma işleminden sonra değiştirildiğinde ortaya çıkabilir.
HTTP isteği
GET https://meet.googleapis.com/v2/{name=conferenceRecords/*/transcripts/*/entries/*}
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
name |
string
Zorunlu. TranscriptEntry öğesinin kaynak adı.
|
İstek içeriği
İstek metni boş olmalıdır.
Yanıt metni
Başarılıysa yanıt metni, TranscriptEntry
öğesinin bir örneğini içerir.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamlarından birini gerektirir:
https://www.googleapis.com/auth/meetings.space.created
https://www.googleapis.com/auth/meetings.space.readonly
Daha fazla bilgi için Yetkilendirme kılavuzu'na bakın.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-04-30 UTC.
[null,null,["Son güncelleme tarihi: 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"]]