Class BidiGenerateMusicServerContent
Inherited Members
Namespace: Glitch9.AIDevKit.Google.Lyria
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class BidiGenerateMusicServerContent
Properties
| Edit this page View SourceAudioChunks
Output only. Audio chunks that the model has generated.
Content is generated as quickly as possible, and not in real time. Clients may choose to buffer and play it out in real time.
Declaration
[JsonProperty("audioChunks")]
public List<AudioChunk> AudioChunks { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AudioChunk> |