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 可在浏览器中浏览转录内容。