REST Resource: conferenceRecords.recordings
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
資源:錄音
JSON 表示法 |
{
"name": string,
"state": enum (State ),
"startTime": string,
"endTime": string,
// Union field destination can be only one of the following:
"driveDestination": {
object (DriveDestination )
}
// End of list of possible types for union field destination .
} |
欄位 |
name |
string
僅供輸出。錄音檔的資源名稱。格式:conferenceRecords/{conferenceRecord}/recordings/{recording} ,其中 {recording} 是會議期間每個獨特錄音工作階段的 1:1 對應項目。
|
state |
enum (State )
僅供輸出。目前狀態。
|
startTime |
string (Timestamp format)
僅供輸出。錄製開始的時間戳記。
|
endTime |
string (Timestamp format)
僅供輸出。錄音結束的時間戳記。
|
聯集欄位 destination 。 destination 只能是下列其中一項:
|
driveDestination |
object (DriveDestination )
僅供輸出。錄製內容會以 MP4 檔案格式儲存至 Google 雲端硬碟。driveDestination 包含 Drive fileId ,可用來透過 Drive API 的 files.get 方法下載檔案。
|
DriveDestination
匯出錄影檔案在 Google 雲端硬碟中的儲存位置。
JSON 表示法 |
{
"file": string,
"exportUri": string
} |
欄位 |
file |
string
僅供輸出。底層 MP4 檔案的 fileId 。例如「1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP」。使用 $ GET
https://www.googleapis.com/drive/v3/files/{$fileId}?alt=media 下載 Blob。詳情請參閱 https://developers.google.com/drive/api/v3/reference/files/get。
|
exportUri |
string
僅供輸出。用於在瀏覽器中播放錄音檔的連結。例如 https://drive.google.com/file/d/{$fileId}/view 。
|
州
列舉 |
STATE_UNSPECIFIED |
預設值,從未使用。 |
STARTED |
已開始進行錄製工作階段。 |
ENDED |
這個錄音工作階段已結束,但錄音檔案尚未產生。 |
FILE_GENERATED |
錄影檔案已產生,可供下載。 |
方法 |
|
根據錄音 ID 取得錄音檔。 |
|
列出會議記錄中的錄音資源。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[],[],null,["# REST Resource: conferenceRecords.recordings\n\n- [Resource: Recording](#Recording)\n - [JSON representation](#Recording.SCHEMA_REPRESENTATION)\n- [DriveDestination](#DriveDestination)\n - [JSON representation](#DriveDestination.SCHEMA_REPRESENTATION)\n- [State](#State)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Recording\n-------------------\n\nMetadata about a recording created during a conference.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"state\": enum (/workspace/meet/api/reference/rest/v2/conferenceRecords.recordings#State), \"startTime\": string, \"endTime\": string, // Union field `destination` can be only one of the following: \"driveDestination\": { object (/workspace/meet/api/reference/rest/v2/conferenceRecords.recordings#DriveDestination) } // End of list of possible types for union field `destination`. } ``` |\n\n| Fields ||\n|--------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Resource name of the recording. Format: `conferenceRecords/{conferenceRecord}/recordings/{recording}` where `{recording}` is a 1:1 mapping to each unique recording session during the conference. |\n| `state` | `enum (`[State](/workspace/meet/api/reference/rest/v2/conferenceRecords.recordings#State)`)` Output only. Current state. |\n| `startTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Timestamp when the recording started. |\n| `endTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Timestamp when the recording ended. |\n| Union field `destination`. `destination` can be only one of the following: ||\n| `driveDestination` | `object (`[DriveDestination](/workspace/meet/api/reference/rest/v2/conferenceRecords.recordings#DriveDestination)`)` Output only. Recording is saved to Google Drive as an MP4 file. The `driveDestination` includes the Drive `fileId` that can be used to download the file using the `files.get` method of the Drive API. |\n\nDriveDestination\n----------------\n\nExport location where a recording file is saved in Google Drive.\n\n| JSON representation |\n|-------------------------------------------------|\n| ``` { \"file\": string, \"exportUri\": string } ``` |\n\n| Fields ||\n|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `file` | `string` Output only. The `fileId` for the underlying MP4 file. For example, \"1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP\". Use `$ GET https://www.googleapis.com/drive/v3/files/{$fileId}?alt=media` to download the blob. For more information, see \u003chttps://developers.google.com/drive/api/v3/reference/files/get\u003e. |\n| `exportUri` | `string` Output only. Link used to play back the recording file in the browser. For example, `https://drive.google.com/file/d/{$fileId}/view`. |\n\nState\n-----\n\nCurrent state of the recording session.\n\n| Enums ||\n|---------------------|-------------------------------------------------------------------------------------|\n| `STATE_UNSPECIFIED` | Default, never used. |\n| `STARTED` | An active recording session has started. |\n| `ENDED` | This recording session has ended, but the recording file hasn't been generated yet. |\n| `FILE_GENERATED` | Recording file is generated and ready to download. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------------|-----------------------------------------------------------|\n| ### [get](/workspace/meet/api/reference/rest/v2/conferenceRecords.recordings/get) | Gets a recording by recording ID. |\n| ### [list](/workspace/meet/api/reference/rest/v2/conferenceRecords.recordings/list) | Lists the recording resources from the conference record. |"]]