Class GoogleCloudNotebooklmV1alphaAudioOverview
An audio overview of a notebook. This is a summary of the notebook in audio format.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudNotebooklmV1alphaAudioOverview : IDirectResponseSchema
Properties
AudioOverviewId
Output only. Unique ID of the audio overview.
Declaration
[JsonProperty("audioOverviewId")]
public virtual string AudioOverviewId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GenerationOptions
The options used to generate the audio overview.
Declaration
[JsonProperty("generationOptions")]
public virtual GoogleCloudNotebooklmV1alphaAudioOverviewGenerationOptions GenerationOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudNotebooklmV1alphaAudioOverviewGenerationOptions |
LanguageCode
The language code of the generated audio overview. Use the BCP 47 language code (e.g. "en", "es", "hi", etc.).
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MimeType
The mime type of the audio overview.
Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Identifier. The full resource name of the notebook. Format:
projects/{project}/locations/{location}/notebooks/{notebook}/audioOverviews/{audio_overview_id}. This
field must be a UTF-8 encoded string with a length limit of 1024 characters.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
The status of the audio overview.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |