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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**language** | **String** | The language of the output translation (always `english`). | 
**duration** | **f64** | The duration of the input audio. | 
**text** | **String** | The translated text. | 
**segments** | Option<[**Vec<models::TranscriptionSegment>**]TranscriptionSegment.md> | Segments of the translated text and their corresponding details. | [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)