Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.16 KB

RecordingTranscriptionMetadata.md

File metadata and controls

14 lines (10 loc) · 1.16 KB

Bandwidth.Standard.Model.RecordingTranscriptionMetadata

If the recording was transcribed, metadata about the transcription

Properties

Name Type Description Notes
Id string The unique transcription ID [optional]
Status string The current status of the process. For recording, current possible values are 'processing', 'partial', 'complete', 'deleted', and 'error'. For transcriptions, current possible values are 'none', 'processing', 'available', 'error', 'timeout', 'file-size-too-big', and 'file-size-too-small'. Additional states may be added in the future, so your application must be tolerant of unknown values. [optional]
CompletedTime DateTime The time that the transcription was completed [optional]
Url string The URL of the transcription [optional]

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