AWS SDK for .NET Documentation
Captions Property
AmazonAmazon.ElasticTranscoder.ModelCreateJobOutputCaptions Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property Captions.

You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

To remove captions or leave the captions empty, set

CopyC#
Captions
to null. To pass through existing captions unchanged, set the
CopyC#
MergePolicy
to
CopyC#
MergeRetain
, and pass in a null
CopyC#
CaptionSources
array.

For more information on embedded files, see the Subtitles Wikipedia page.

For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

Declaration Syntax
C#
public Captions Captions { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)