Sha256: 97487f7cec22dd281c3abcf12b71764949ffa148da0fd5560cb408ffc04cdcd6
Contents?: true
Size: 1.26 KB
Versions: 14
Compression:
Stored size: 1.26 KB
Contents
# MuxRuby::TranscriptionVocabulary ## Properties | 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** | **Array<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] | | **created_at** | **String** | Time the Transcription Vocabulary was created, defined as a Unix timestamp (seconds since epoch). | [optional] | | **updated_at** | **String** | Time the Transcription Vocabulary was updated, defined as a Unix timestamp (seconds since epoch). | [optional] | ## Example ```ruby require 'mux_ruby' instance = MuxRuby::TranscriptionVocabulary.new( id: null, name: null, phrases: null, passthrough: null, created_at: null, updated_at: null ) ```
Version data entries
14 entries across 14 versions & 1 rubygems