Class InputAudioBufferStartedResponse
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
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 when speech stops.
[JsonInclude]
[JsonPropertyName("item_id")]
public string ItemId { get; }
Property Value
Type
[JsonInclude]
[JsonPropertyName("type")]
public override string Type { get; protected set; }