github.com/twilio/twilio-go@v1.20.1/rest/api/v2010/docs/ApiV2010RecordingTranscription.md (about) 1 # ApiV2010RecordingTranscription 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resource. | 8 **ApiVersion** | Pointer to **string** | The API version used to create the transcription. | 9 **DateCreated** | Pointer to **string** | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | 10 **DateUpdated** | Pointer to **string** | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | 11 **Duration** | Pointer to **string** | The duration of the transcribed audio in seconds. | 12 **Price** | Pointer to **float32** | The charge for the transcript in the currency associated with the account. This value is populated after the transcript is complete so it may not be available immediately. | 13 **PriceUnit** | Pointer to **string** | The currency in which `price` is measured, in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format (e.g. `usd`, `eur`, `jpy`). | 14 **RecordingSid** | Pointer to **string** | The SID of the [Recording](https://www.twilio.com/docs/voice/api/recording) from which the transcription was created. | 15 **Sid** | Pointer to **string** | The unique string that that we created to identify the Transcription resource. | 16 **Status** | Pointer to [**string**](RecordingTranscriptionEnumStatus.md) | | 17 **TranscriptionText** | Pointer to **string** | The text content of the transcription. | 18 **Type** | Pointer to **string** | The transcription type. | 19 **Uri** | Pointer to **string** | The URI of the resource, relative to `https://api.twilio.com`. | 20 21 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 22 23