Data Models
RecorderData
RecorderDataTranscriptSegment
Class Properties
Property | Type | Optional | Description |
---|---|---|---|
startTime | String | No | Start time of the transcription segment |
endTime | String | No | End time of the transcription segment |
startTimeInSeconds | Number | No | Start time of the segment in seconds |
endTimeInSeconds | Number | No | End time of the segment in seconds |
text | String | No | Transcribed text content of the segment |
RecorderDataTranscription
Class Properties
Property | Type | Optional | Description |
---|---|---|---|
transcriptSegments | RecorderDataTranscriptSegment[] | Yes | Array of transcription segments |
vttFileUrl | String | Yes | URL to the VTT format transcription file |
contentSummary | String | Yes | Summary of the transcribed content |
RecorderDataAsset
Class Properties
Property | Type | Optional | Description |
---|---|---|---|
url | String | No | URL to the recorded media |
mimeType | String | Yes | MIME type of the recorded media |
fileName | String | Yes | Name of the recorded file |
fileSizeInBytes | Number | Yes | Size of the recorded file in bytes |
fileFormat | ’mp3’ | ‘mp4’ | ‘webm’ | String | Yes | The format/extension of the file |
thumbnailUrl | String | Yes | URL to the thumbnail image |
RecorderData
Class Properties
Property | Type | Optional | Description |
---|---|---|---|
assets | RecorderDataAsset[] | No | Array of recording assets with metadata |
transcription | RecorderDataTranscription | No | Transcription data including segments and summary |
Was this page helpful?