Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.24 KB

TranscriptionVocabulary.md

File metadata and controls

15 lines (11 loc) · 1.24 KB

Mux.Csharp.Sdk.Model.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 List<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]
CreatedAt string Time the Transcription Vocabulary was created, defined as a Unix timestamp (seconds since epoch). [optional]
UpdatedAt string Time the Transcription Vocabulary was updated, defined as a Unix timestamp (seconds since epoch). [optional]

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