REST Resource: conferenceRecords.transcripts

資源:Transcript

會議轉錄稿的中繼資料。指的是使用者在會議期間說話的 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 文件 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

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