Identifier. The full resource name of the notebook. Format: projects/{project}/locations/{location}/notebooks/{notebook}/audioOverviews/{audioOverviewId}.
This field must be a UTF-8 encoded string with a length limit of 1024 characters.
The language code of the generated audio overview. Use the BCP 47 language code (e.g. "en", "es", "hi", etc.). Examples: google3/i18n/identifiers/tools/language_code_constants.txt
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-26 UTC."],[],[],null,["- [Resource: AudioOverview](#AudioOverview)\n - [JSON representation](#AudioOverview.SCHEMA_REPRESENTATION)\n- [AudioOverviewStatus](#AudioOverviewStatus)\n- [MimeType](#MimeType)\n- [Methods](#METHODS_SUMMARY)\n\nResource: AudioOverview An audio overview of a notebook. This is a summary of the notebook in audio format.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"audioOverviewId\": string, \"status\": enum (/generative-ai-app-builder/docs/reference/rest/v1alpha/projects.locations.notebooks.audioOverviews#AudioOverviewStatus), \"audio\": string, \"mimeType\": enum (/generative-ai-app-builder/docs/reference/rest/v1alpha/projects.locations.notebooks.audioOverviews#MimeType), \"playbackUrl\": string, \"languageCode\": string } ``` |\n\n| Fields ||\n|-------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. The full resource name of the notebook. Format: `projects/{project}/locations/{location}/notebooks/{notebook}/audioOverviews/{audioOverviewId}`. This field must be a UTF-8 encoded string with a length limit of 1024 characters. |\n| `audioOverviewId` | `string` Output only. Unique id of the audio overview. |\n| `status` | `enum (`[AudioOverviewStatus](/generative-ai-app-builder/docs/reference/rest/v1alpha/projects.locations.notebooks.audioOverviews#AudioOverviewStatus)`)` The status of the audio overview. |\n| `audio` | `string (`[bytes](https://developers.google.com/discovery/v1/type-format)` format)` The audio overview in wav format. This is only present if the status is AUDIO_OVERVIEW_STATUS_COMPLETE. A base64-encoded string. |\n| `mimeType` | `enum (`[MimeType](/generative-ai-app-builder/docs/reference/rest/v1alpha/projects.locations.notebooks.audioOverviews#MimeType)`)` The mime type of the audio overview. |\n| `playbackUrl` | `string` The url used to play the audio overview. |\n| `languageCode` | `string` The language code of the generated audio overview. Use the BCP 47 language code (e.g. \"en\", \"es\", \"hi\", etc.). Examples: google3/i18n/identifiers/tools/language_code_constants.txt |\n\nAudioOverviewStatus The status of an audio overview.\n\n| Enums ||\n|-------------------------------------|----------------------------------------------------------|\n| `AUDIO_OVERVIEW_STATUS_UNSPECIFIED` | The status has not been set. |\n| `AUDIO_OVERVIEW_STATUS_NOT_STARTED` | The audio overview has not started being generated. |\n| `AUDIO_OVERVIEW_STATUS_IN_PROGRESS` | The audio overview is in the process of being generated. |\n| `AUDIO_OVERVIEW_STATUS_COMPLETE` | The audio overview has been generated and is available. |\n| `AUDIO_OVERVIEW_STATUS_FAILED` | The audio overview failed to be generated. |\n\nMimeType Supported mime types for audio overviews.\n\n| Enums ||\n|---------------------|---------------------------------|\n| `MIME_TYPE_UNKNOWN` | The mime type has not been set. |\n| `MIME_TYPE_WAV` | The mime type is audio/wav. |\n| `MIME_TYPE_MP4` | The mime type is audio/mp4. |\n\n| Methods ||\n|---------------------------------------------------------------------------------------------------------------------|---------------------------------|\n| [create](/generative-ai-app-builder/docs/reference/rest/v1alpha/projects.locations.notebooks.audioOverviews/create) | Generates a new audio overview. |\n| [delete](/generative-ai-app-builder/docs/reference/rest/v1alpha/projects.locations.notebooks.audioOverviews/delete) | Deletes an audio overview. |"]]