Name | Type | Description | Notes |
---|---|---|---|
id | String | Unique identifier for the Transcription Vocabulary | [optional] |
name | String | The user-supplied name of the Transcription Vocabulary. | [optional] |
phrases | java.util.List<String> | Phrases, individual words, or proper names to include in the Transcription Vocabulary. When the Transcription Vocabulary is attached to a live stream's `generated_subtitles` configuration, the probability of successful speech recognition for these words or phrases is boosted. | [optional] |
passthrough | String | Arbitrary user-supplied metadata set for the Transcription Vocabulary. Max 255 characters. | [optional] |
createdAt | String | Time the Transcription Vocabulary was created, defined as a Unix timestamp (seconds since epoch). | [optional] |
updatedAt | String | Time the Transcription Vocabulary was updated, defined as a Unix timestamp (seconds since epoch). | [optional] |