Method: conferenceRecords.transcripts.entries.get
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
エントリ ID で TranscriptEntry
リソースを取得します。
注: Google Meet API から返された文字起こしエントリは、Google ドキュメントの文字起こしファイルに含まれる文字起こしと一致しない場合があります。これは、1)話者が数ミリ秒以内に交互に話している場合、または 2)Google ドキュメントの文字起こしファイルが生成後に変更されている場合に発生することがあります。
HTTP リクエスト
GET https://meet.googleapis.com/v2/{name=conferenceRecords/*/transcripts/*/entries/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。TranscriptEntry のリソース名。
|
リクエストの本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には TranscriptEntry
のインスタンスが含まれます。
認可スコープ
以下のいずれかの OAuth スコープが必要です。
https://www.googleapis.com/auth/meetings.space.created
https://www.googleapis.com/auth/meetings.space.readonly
詳しくは、認可ガイドをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],[],null,["# Method: conferenceRecords.transcripts.entries.get\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nGets a `TranscriptEntry` resource by entry ID.\n\nNote: 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 1) we have interleaved speakers within milliseconds, or 2) the Google Docs transcript file is modified after generation.\n\n### HTTP request\n\n`GET https://meet.googleapis.com/v2/{name=conferenceRecords/*/transcripts/*/entries/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------|------------------------------------------------------------|\n| `name` | `string` Required. Resource name of the `TranscriptEntry`. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [TranscriptEntry](/workspace/meet/api/reference/rest/v2/conferenceRecords.transcripts.entries#TranscriptEntry).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/meetings.space.created`\n- `https://www.googleapis.com/auth/meetings.space.readonly`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]