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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**object** | **String** | The object type, which is always `audio.voice_consent`. | 
**id** | **String** | The consent recording identifier. | 
**name** | **String** | The label provided when the consent recording was uploaded. | 
**language** | **String** | The BCP 47 language tag for the consent phrase (for example, `en-US`). | 
**created_at** | **i32** | The Unix timestamp (in seconds) for when the consent recording was created. | 

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