Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.07 KB

TranscriptionVocabulary.md

File metadata and controls

17 lines (10 loc) · 1.07 KB

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 java.util.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]