Resource: AudioOverview
An audio overview of a notebook. This is a summary of the notebook in audio format.
| JSON representation | 
|---|
| { "name": string, "audioOverviewId": string, "status": enum ( | 
| Fields | |
|---|---|
| name | 
 Identifier. The full resource name of the notebook. Format:  This field must be a UTF-8 encoded string with a length limit of 1024 characters. | 
| audioOverviewId | 
 Output only. Unique id of the audio overview. | 
| status | 
 The status of the audio overview. | 
| generationOptions | 
 The options used to generate the audio overview. | 
| mimeType | 
 The mime type of the audio overview. | 
| languageCode | 
 The language code of the generated audio overview. Use the BCP 47 language code (e.g. "en", "es", "hi", etc.). | 
AudioOverviewStatus
The status of an audio overview.
| Enums | |
|---|---|
| AUDIO_OVERVIEW_STATUS_UNSPECIFIED | The status has not been set. | 
| AUDIO_OVERVIEW_STATUS_NOT_STARTED | The audio overview has not started being generated. | 
| AUDIO_OVERVIEW_STATUS_IN_PROGRESS | The audio overview is in the process of being generated. | 
| AUDIO_OVERVIEW_STATUS_COMPLETE | The audio overview has been generated and is available. | 
| AUDIO_OVERVIEW_STATUS_FAILED | The audio overview failed to be generated. | 
AudioOverviewGenerationOptions
Options used during audio overview generation.
| JSON representation | 
|---|
| {
  "sourceIds": [
    {
      object ( | 
| Fields | |
|---|---|
| sourceIds[] | 
 Optional. The sources in which the audio overview is grounded. | 
| episodeFocus | 
 What the hosts of the show should focus on. | 
| languageCode | 
 The language that the audio overview was requested in. | 
MimeType
Supported mime types for audio overviews.
| Enums | |
|---|---|
| MIME_TYPE_UNKNOWN | The mime type has not been set. | 
| MIME_TYPE_WAV | The mime type is audio/wav. | 
| MIME_TYPE_MP4 | The mime type is audio/mp4. | 
| Methods | |
|---|---|
| 
 | Generates a new audio overview. | 
| 
 | Deletes an audio overview. |