Method: conferenceRecords.transcripts.entries.get
エントリ ID で TranscriptEntry
リソースを取得します。
注: Google Meet API から返される文字起こしのエントリは、Google ドキュメントの文字起こしファイルにある文字起こしと一致しない場合があります。これは、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 および関連会社の登録商標です。
最終更新日 2024-04-30 UTC。
[null,null,["最終更新日 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."]]],[]]