Sha256: f89ebe1ce959697b0a6465bcc3289c60ad4d3397d1801d7f4ae97c3d1f525030
Contents?: true
Size: 861 Bytes
Versions: 14
Compression:
Stored size: 861 Bytes
Contents
# MuxRuby::CreateTranscriptionVocabularyRequest ## 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::CreateTranscriptionVocabularyRequest.new( name: null, phrases: null, passthrough: null ) ```
Version data entries
14 entries across 14 versions & 1 rubygems