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
# CreateTranscriptionResponseVerboseJson

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**language** | **String** | The language of the input audio. | 
**duration** | **f64** | The duration of the input audio. | 
**text** | **String** | The transcribed text. | 
**words** | Option<[**Vec<models::TranscriptionWord>**]TranscriptionWord.md> | Extracted words and their corresponding timestamps. | [optional]
**segments** | Option<[**Vec<models::TranscriptionSegment>**]TranscriptionSegment.md> | Segments of the transcribed text and their corresponding details. | [optional]
**usage** | Option<[**models::TranscriptTextUsageDuration**]TranscriptTextUsageDuration.md> |  | [optional]

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