Method: conferenceRecords.transcripts.get
HTTP リクエスト
GET https://meet.googleapis.com/v2/{name=conferenceRecords/*/transcripts/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。音声文字変換のリソース名。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には Transcript
のインスタンスが含まれます。
承認スコープ
次の 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 meeting transcript using its unique ID via a GET request."],["Requires specifying the transcript's resource name as a path parameter in the request URL."],["Returns the transcript details in the response body if authorized with the necessary scopes."],["Utilizes gRPC Transcoding for constructing the request URL."],["Needs either `meetings.space.created` or `meetings.space.readonly` OAuth scope for authorization."]]],[]]