REST Resource: conferenceRecords.transcripts

資源:轉錄稿

會議中產生的轉錄稿中繼資料。指的是使用者在會議期間的語音 ASR (自動語音辨識) 結果。

JSON 表示法
{
  "name": string,
  "state": enum (State),
  "startTime": string,
  "endTime": string,

  // Union field destination can be only one of the following:
  "docsDestination": {
    object (DocsDestination)
  }
  // End of list of possible types for union field destination.
}
欄位
name

string

僅供輸出。轉錄稿的資源名稱。格式:conferenceRecords/{conferenceRecord}/transcripts/{transcript},其中 {transcript} 是會議中每個不重複語音轉錄工作階段的 1:1 對應。

state

enum (State)

僅供輸出。目前狀態。

startTime

string (Timestamp format)

僅供輸出。轉錄稿開始時間點的時間戳記。

endTime

string (Timestamp format)

僅供輸出。轉錄稿停止的時間戳記。

聯集欄位 destination

destination 只能採用下列其中一種設定:

docsDestination

object (DocsDestination)

僅供輸出。Google 文件轉錄稿的儲存位置。

DocsDestination

Google 文件儲存轉錄稿檔案的位置。

JSON 表示法
{
  "document": string,
  "exportUri": string
}
欄位
document

string

僅供輸出。基礎 Google 文件轉錄稿檔案的文件 ID。例如「1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP」。使用 Google Document API 的 documents.get 方法 (https://developers.google.com/docs/api/reference/rest/v1/documents/get) 擷取內容。

exportUri

string

僅供輸出。Google 文件轉錄稿檔案的 URI。使用 https://docs.google.com/document/d/{$DocumentId}/view 在瀏覽器中瀏覽轉錄稿。

狀態

轉錄稿工作階段的目前狀態。

列舉
STATE_UNSPECIFIED 預設,一律不使用。
STARTED 已啟用的轉錄稿工作階段已開始。
ENDED 這個轉錄稿工作階段已結束,但系統尚未產生轉錄稿檔案。
FILE_GENERATED 轉錄稿檔案已產生,可供你下載。

方法

get

取得轉錄稿 ID 的轉錄稿。

list

列出會議記錄中的轉錄稿組合。