Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.95 KB

ApiV2010RecordingTranscription.md

File metadata and controls

23 lines (18 loc) · 1.95 KB

ApiV2010RecordingTranscription

Properties

Name Type Description Notes
AccountSid Pointer to string The SID of the Account that created the Transcription resource.
ApiVersion Pointer to string The API version used to create the transcription.
DateCreated Pointer to string The date and time in GMT that the resource was created specified in RFC 2822 format.
DateUpdated Pointer to string The date and time in GMT that the resource was last updated specified in RFC 2822 format.
Duration Pointer to string The duration of the transcribed audio in seconds.
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.
PriceUnit Pointer to string The currency in which price is measured, in ISO 4127 format (e.g. usd, eur, jpy).
RecordingSid Pointer to string The SID of the Recording from which the transcription was created.
Sid Pointer to string The unique string that that we created to identify the Transcription resource.
Status Pointer to string
TranscriptionText Pointer to string The text content of the transcription.
Type Pointer to string The transcription type.
Uri Pointer to string The URI of the resource, relative to https://api.twilio.com.

[Back to Model list] [Back to API list] [Back to README]