Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.27 KB

RecordingTranscription.md

File metadata and controls

37 lines (21 loc) · 1.27 KB

RecordingTranscription

Properties

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]

Enum: RecordTypeEnum

Name Value
RECORDING_TRANSCRIPTION "recording_transcription"

Enum: StatusEnum

Name Value
IN_PROGRESS "in-progress"
COMPLETED "completed"