Class SpeechAudioDeltaEvent
Inheritance
object
SpeechAudioDeltaEvent
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: .dll
Syntax
public class SpeechAudioDeltaEvent
Properties
Base64Audio
Required. A chunk of Base64-encoded audio data.
Declaration
public string Base64Audio { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Required. The type of the event. Always speech.audio.delta.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |