openai-client-base 0.12.0

Auto-generated Rust client for the OpenAI API
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# RealtimeServerEventInputAudioBufferTimeoutTriggered

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**event_id** | **String** | The unique ID of the server event. | 
**r#type** | **String** | The event type, must be `input_audio_buffer.timeout_triggered`. | 
**audio_start_ms** | **i32** | Millisecond offset of audio written to the input audio buffer that was after the playback time of the last model response. | 
**audio_end_ms** | **i32** | Millisecond offset of audio written to the input audio buffer at the time the timeout was triggered. | 
**item_id** | **String** | The ID of the item associated with this segment. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)