Sha256: f7d233eee8d3f44c12adb29d8df9a1084521cae7dd5a7a3ea4635859c0cca0b9
Contents?: true
Size: 1.29 KB
Versions: 16
Compression:
Stored size: 1.29 KB
Contents
# Bandwidth::TranscriptionMetadata ## 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] | | **completed_time** | **String** | The time that the transcription was completed | [optional] | | **url** | **String** | The URL of the [transcription](#operation/getCallTranscription) | [optional] | ## Example ```ruby require 'bandwidth-sdk' instance = Bandwidth::TranscriptionMetadata.new( id: t-387bd648-18f3-4823-9d16-746bca0003c9, status: completed, completed_time: 2022-06-13T18:46:29.715Z, url: https://voice.bandwidth.com/api/v2/accounts/9900000/calls/c-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85/recordings/r-15ac29a2-1331029c-2cb0-4a07-b215-b22865662d85/transcription ) ```
Version data entries
16 entries across 16 versions & 1 rubygems