TextStream(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Encoding of a text stream. For example, closed captions or subtitles.
Attributes | |
---|---|
Name | Description |
codec |
str
The codec for this text stream. The default is webvtt .
Supported text codecs:
- srt
- ttml
- cea608
- cea708
- webvtt
|
mapping |
Sequence[google.cloud.video.transcoder_v1.types.TextStream.TextMapping]
The mapping for the Job.edit_list atoms with text
EditAtom.inputs .
|
Classes
TextMapping
TextMapping(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The mapping for the Job.edit_list
atoms with text
EditAtom.inputs
.