Table of Contents

Class InputAudioBufferStoppedResponse

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

Properties

AudioEndMs

Milliseconds since the session started when speech stopped.

[JsonInclude]
[JsonPropertyName("audio_end_ms")]
public int AudioEndMs { 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.

[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