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 を使用して、ブラウザで文字起こしを閲覧します。