Class AudioChunk
Inherited Members
Namespace: Glitch9.AIDevKit.Google.Lyria
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class AudioChunk
Properties
| Edit this page View SourceData
Raw bytes of the audio chunk.
Declaration
[JsonProperty("data")]
public byte[] Data { get; set; }
Property Value
| Type | Description |
|---|---|
| byte[] |
MimeType
The MIME type of the content of the audio chunk, such as "audio/wav".
Declaration
[JsonProperty("mimeType")]
public string MimeType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SourceMetadata
Output only. Prompts and config used for generating this audio chunk.
Declaration
[JsonProperty("sourceMetadata")]
public SourceMetadata SourceMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| SourceMetadata |