Sha256: 16eaef2dac71cbeadfea4ddbb842219fc06b53c47daadd0dbc8ab37e5f52cff9

Contents?: true

Size: 1.31 KB

Versions: 4

Compression:

Stored size: 1.31 KB

Contents

# Bandwidth::RecordingTranscriptionMetadata

## 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** | **Time** | 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::RecordingTranscriptionMetadata.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

4 entries across 4 versions & 1 rubygems

Version Path
bandwidth-sdk-13.1.2 docs/RecordingTranscriptionMetadata.md
bandwidth-sdk-13.1.1 docs/RecordingTranscriptionMetadata.md
bandwidth-sdk-13.1.0 docs/RecordingTranscriptionMetadata.md
bandwidth-sdk-13.0.0 docs/RecordingTranscriptionMetadata.md