Sha256: a84fbb28bead17a4864d60835fa3bbb908a0b2a9af040c7114f663eb993fc8b1
Contents?: true
Size: 861 Bytes
Versions: 14
Compression:
Stored size: 861 Bytes
Contents
# MuxRuby::UpdateTranscriptionVocabularyRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **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`, the probability of successful speech recognition for these words or phrases is boosted. | | | **passthrough** | **String** | Arbitrary user-supplied metadata set for the Transcription Vocabulary. Max 255 characters. | [optional] | ## Example ```ruby require 'mux_ruby' instance = MuxRuby::UpdateTranscriptionVocabularyRequest.new( name: null, phrases: null, passthrough: null ) ```
Version data entries
14 entries across 14 versions & 1 rubygems