Table of Contents

Class InputAudioBufferStartedResponse

Namespace
OpenAI.Realtime
Assembly
OpenAI-DotNet.dll
public sealed class InputAudioBufferStartedResponse : BaseRealtimeEvent, IServerEvent, IRealtimeEvent
Inheritance
InputAudioBufferStartedResponse
Implements
Inherited Members

Properties

AudioStartMs

Milliseconds since the session started when speech was detected.

[JsonInclude]
[JsonPropertyName("audio_start_ms")]
public int AudioStartMs { get; }

Property Value

int

EventId

The unique ID of the server event.

[JsonInclude]
[JsonPropertyName("event_id")]
public override string EventId { get; }

Property Value

string

ItemId

The ID of the user message item that will be created when speech stops.

[JsonInclude]
[JsonPropertyName("item_id")]
public string ItemId { get; }

Property Value

string

Type

[JsonInclude]
[JsonPropertyName("type")]
public override string Type { get; protected set; }

Property Value

string