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

The prefix for caption filenames, in the form description-

CopyC#
{language}
, where:

If you don't include

CopyC#
{language}
in the file name pattern, Elastic Transcoder automatically appends "
CopyC#
{language}
" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.

For example, suppose you're transcoding into srt format. When you enter "Sydney-{language}-sunrise", and the language of the captions is English (en), the name of the first caption file will be Sydney-en-sunrise00000.srt.

Declaration Syntax
C#
public string Pattern { get; set; }

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