Name | Type | Description | Notes |
---|---|---|---|
createdAt | String | ISO 8601 formatted date indicating when the resource was created. | [optional] |
durationMillis | Integer | The duration of the recording transcription in milliseconds. | [optional] |
id | String | Uniquely identifies the recording transcription. | [optional] |
recordingId | String | Uniquely identifies the recording associated with this transcription. | [optional] |
recordType | RecordTypeEnum | [optional] | |
status | StatusEnum | The status of the recording transcriptions. The transcription text will be available only when the status is completed. | [optional] |
transcriptionText | String | The recording's transcribed text | [optional] |
updatedAt | String | ISO 8601 formatted date indicating when the resource was updated. | [optional] |
Name | Value |
---|---|
RECORDING_TRANSCRIPTION | "recording_transcription" |
Name | Value |
---|---|
IN_PROGRESS | "in-progress" |
COMPLETED | "completed" |