Class InputAudioBufferClearRequest
Send this event to clear the audio bytes in the buffer. The server will respond with an input_audio_buffer.cleared event.
public sealed class InputAudioBufferClearRequest : BaseRealtimeEvent, IClientEvent, IRealtimeEvent
- Inheritance
-
InputAudioBufferClearRequest
- Implements
- Inherited Members
Properties
EventId
The unique ID of the server event.
[JsonInclude]
[JsonPropertyName("event_id")]
public override string EventId { get; }
Property Value
Type
[JsonInclude]
[JsonPropertyName("type")]
public override string Type { get; protected set; }