Sha256: 9a244d5f3330b7985bf0cc58d747bda6f89cae78401e0c597311f192249fbf6d

Contents?: true

Size: 1.31 KB

Versions: 1

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** | **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::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

1 entries across 1 versions & 1 rubygems

Version Path
bandwidth-sdk-12.1.0 docs/RecordingTranscriptionMetadata.md