REST Resource: conferenceRecords.transcripts

资源:Transcript

会议生成的转写内容的元数据。指会议期间用户语音的 ASR(自动语音识别)结果。

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

  // The following is a list of mutually exclusive fields. At most one of the
  // fields will be set in a response:
  "docsDestination": {
    object (DocsDestination)
  }
  // End of mutually exclusive fields.
}
字段
name

string

仅限输出。相应转写的资源名称。格式:conferenceRecords/{conferenceRecord}/transcripts/{transcript},其中 {transcript} 与会议的每个唯一转写会话一一对应。

state

enum (State)

仅限输出。当前状态。

startTime

string (Timestamp format)

仅限输出。转写开始时的时间戳。

endTime

string (Timestamp format)

仅限输出。转写停止时的时间戳。

以下是互斥字段的列表。在响应中,最多只能设置一个字段:
docsDestination

object (DocsDestination)

仅限输出。Google 文档转写内容的保存位置。

互斥字段的结束位置。

转写会话的当前状态。

枚举
STATE_UNSPECIFIED 默认值,从未使用过。
STARTED 已开始有效的转写会话。
ENDED 此转写会话已结束,但转写文件尚未生成。
FILE_GENERATED 转写文件已生成,可供下载。

方法

get

根据转写 ID 获取转写。

list

列出会议记录中的一组转写内容。