Class GoogleCloudNotebooklmV1alphaAudioOverviewGenerationOptions
Options used during audio overview generation.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudNotebooklmV1alphaAudioOverviewGenerationOptions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EpisodeFocus
What the hosts of the show should focus on.
Declaration
[JsonProperty("episodeFocus")]
public virtual string EpisodeFocus { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LanguageCode
The language that the audio overview was requested in.
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SourceIds
Optional. The sources in which the audio overview is grounded.
Declaration
[JsonProperty("sourceIds")]
public virtual IList<GoogleCloudNotebooklmV1alphaSourceId> SourceIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudNotebooklmV1alphaSourceId> |