Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 974 Bytes

LiveStreamGeneratedSubtitleSettings.md

File metadata and controls

13 lines (9 loc) · 974 Bytes

Mux.Csharp.Sdk.Model.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]
LanguageCode string The language to generate subtitles in. [optional] [default to LanguageCodeEnum.En]
TranscriptionVocabularyIds List<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]

[Back to Model list] [Back to API list] [Back to README]