Class InputAudioBufferStoppedResponse
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
EventId
The unique ID of the server event.
[JsonInclude]
[JsonPropertyName("event_id")]
public override string EventId { get; }
Property Value
ItemId
The ID of the user message item that will be created.
[JsonInclude]
[JsonPropertyName("item_id")]
public string ItemId { get; }
Property Value
Type
[JsonInclude]
[JsonPropertyName("type")]
public override string Type { get; protected set; }