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
16
17
# RealtimeBetaServerEventConversationItemInputAudioTranscriptionCompleted

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**event_id** | **String** | The unique ID of the server event. | 
**r#type** | **String** | The event type, must be `conversation.item.input_audio_transcription.completed`.  | 
**item_id** | **String** | The ID of the user message item containing the audio. | 
**content_index** | **i32** | The index of the content part containing the audio. | 
**transcript** | **String** | The transcribed text. | 
**logprobs** | Option<[**Vec<models::LogProbProperties>**]LogProbProperties.md> | The log probabilities of the transcription. | [optional]
**usage** | [**models::RealtimeBetaServerEventConversationItemInputAudioTranscriptionCompletedUsage**]RealtimeBetaServerEventConversationItemInputAudioTranscriptionCompleted_usage.md |  | 

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