# CreateTranslationResponseVerboseJson
## Properties
**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)