Sha256: 10c9c64a946a797dfaa30811d272a7f9f8c419c4abe408b96b6c4dd2309172b6
Contents?: true
Size: 992 Bytes
Versions: 14
Compression:
Stored size: 992 Bytes
Contents
# MuxRuby::LiveStreamGeneratedSubtitleSettings ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | A name for this live stream subtitle track. | [optional] | | **passthrough** | **String** | Arbitrary metadata set for the live stream subtitle track. Max 255 characters. | [optional] | | **language_code** | **String** | The language to generate subtitles in. | [optional][default to 'en'] | | **transcription_vocabulary_ids** | **Array<String>** | Unique identifiers for existing Transcription Vocabularies to use while generating subtitles for the live stream. If the Transcription Vocabularies provided collectively have more than 1000 phrases, only the first 1000 phrases will be included. | [optional] | ## Example ```ruby require 'mux_ruby' instance = MuxRuby::LiveStreamGeneratedSubtitleSettings.new( name: null, passthrough: null, language_code: null, transcription_vocabulary_ids: null ) ```
Version data entries
14 entries across 14 versions & 1 rubygems