Show / Hide Table of Contents

Class GoogleCloudNotebooklmV1alphaAudioOverviewGenerationOptions

Options used during audio overview generation.

Inheritance
object
GoogleCloudNotebooklmV1alphaAudioOverviewGenerationOptions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX