Method: projects.locations.notebooks.audioOverviews.create

生成新的語音摘要。

HTTP 要求

POST https://discoveryengine.googleapis.com/v1alpha/{parent=projects/*/locations/*/notebooks/*}/audioOverviews

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
parent

string

這是必要旗標,表示將建立這個筆記本的父項資源。格式:projects/{project}/locations/{location}/notebooks/{notebook}

要求主體

要求主體包含下列結構的資料:

JSON 表示法
{
  "generationOptions": {
    object (AudioOverviewGenerationOptions)
  }
}
欄位
generationOptions

object (AudioOverviewGenerationOptions)

生成語音摘要的選項。

回應主體

AudioOverviewService.CreateAudioOverview 方法的回應。

如果成功,回應主體會含有以下結構的資料:

JSON 表示法
{
  "audioOverview": {
    object (AudioOverview)
  }
}
欄位
audioOverview

object (AudioOverview)

生成的語音摘要。

授權範圍

需要下列其中一種 OAuth 範圍:

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/discoveryengine.readwrite

詳情請參閱Authentication Overview

IAM 權限

需要 parent 資源的下列 IAM 權限:

  • discoveryengine.audioOverviews.create

詳情請參閱 IAM 說明文件