REST Resource: conferenceRecords.transcripts

資源:Transcript

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

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

  "docsDestination": {
    object (DocsDestination)
  }
}
欄位
name

string

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

state

enum (State)

僅供輸出。目前狀態。

startTime

string (Timestamp format)

僅供輸出。語音轉錄開始的時間戳記。

endTime

string (Timestamp format)

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

聯集欄位 destination

destination 只能是下列其中一項:

docsDestination

object (DocsDestination)

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

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

列舉
STATE_UNSPECIFIED 預設值,從未使用。
STARTED 已開始進行中的轉錄工作階段。
ENDED 轉錄稿工作階段已結束,但轉錄稿檔案尚未產生。
FILE_GENERATED 轉錄稿檔案已產生,可供下載。

方法

get

依轉錄稿 ID 取得轉錄稿。

list

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