@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SubtitlesOutput extends Object implements Serializable, Cloneable, StructuredPojo
The S3 location where your subtitle files are located. Note that your subtitle files are placed in the same location
as your transcription output. Refer to TranscriptFileUri to download your files.
| Constructor and Description |
|---|
SubtitlesOutput() |
| Modifier and Type | Method and Description |
|---|---|
SubtitlesOutput |
clone() |
boolean |
equals(Object obj) |
List<String> |
getFormats()
The format of your subtitle files.
|
Integer |
getOutputStartIndex()
Shows the output start index value for your subtitle files.
|
List<String> |
getSubtitleFileUris()
Contains the output location for your subtitle file.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setFormats(Collection<String> formats)
The format of your subtitle files.
|
void |
setOutputStartIndex(Integer outputStartIndex)
Shows the output start index value for your subtitle files.
|
void |
setSubtitleFileUris(Collection<String> subtitleFileUris)
Contains the output location for your subtitle file.
|
String |
toString()
Returns a string representation of this object.
|
SubtitlesOutput |
withFormats(Collection<String> formats)
The format of your subtitle files.
|
SubtitlesOutput |
withFormats(String... formats)
The format of your subtitle files.
|
SubtitlesOutput |
withFormats(SubtitleFormat... formats)
The format of your subtitle files.
|
SubtitlesOutput |
withOutputStartIndex(Integer outputStartIndex)
Shows the output start index value for your subtitle files.
|
SubtitlesOutput |
withSubtitleFileUris(Collection<String> subtitleFileUris)
Contains the output location for your subtitle file.
|
SubtitlesOutput |
withSubtitleFileUris(String... subtitleFileUris)
Contains the output location for your subtitle file.
|
public List<String> getFormats()
The format of your subtitle files. If your request specified both srt and vtt formats,
both formats are shown.
srt and vtt
formats, both formats are shown.SubtitleFormatpublic void setFormats(Collection<String> formats)
The format of your subtitle files. If your request specified both srt and vtt formats,
both formats are shown.
formats - The format of your subtitle files. If your request specified both srt and vtt
formats, both formats are shown.SubtitleFormatpublic SubtitlesOutput withFormats(String... formats)
The format of your subtitle files. If your request specified both srt and vtt formats,
both formats are shown.
NOTE: This method appends the values to the existing list (if any). Use
setFormats(java.util.Collection) or withFormats(java.util.Collection) if you want to override
the existing values.
formats - The format of your subtitle files. If your request specified both srt and vtt
formats, both formats are shown.SubtitleFormatpublic SubtitlesOutput withFormats(Collection<String> formats)
The format of your subtitle files. If your request specified both srt and vtt formats,
both formats are shown.
formats - The format of your subtitle files. If your request specified both srt and vtt
formats, both formats are shown.SubtitleFormatpublic SubtitlesOutput withFormats(SubtitleFormat... formats)
The format of your subtitle files. If your request specified both srt and vtt formats,
both formats are shown.
formats - The format of your subtitle files. If your request specified both srt and vtt
formats, both formats are shown.SubtitleFormatpublic List<String> getSubtitleFileUris()
Contains the output location for your subtitle file. This location must be an S3 bucket.
public void setSubtitleFileUris(Collection<String> subtitleFileUris)
Contains the output location for your subtitle file. This location must be an S3 bucket.
subtitleFileUris - Contains the output location for your subtitle file. This location must be an S3 bucket.public SubtitlesOutput withSubtitleFileUris(String... subtitleFileUris)
Contains the output location for your subtitle file. This location must be an S3 bucket.
NOTE: This method appends the values to the existing list (if any). Use
setSubtitleFileUris(java.util.Collection) or withSubtitleFileUris(java.util.Collection) if you
want to override the existing values.
subtitleFileUris - Contains the output location for your subtitle file. This location must be an S3 bucket.public SubtitlesOutput withSubtitleFileUris(Collection<String> subtitleFileUris)
Contains the output location for your subtitle file. This location must be an S3 bucket.
subtitleFileUris - Contains the output location for your subtitle file. This location must be an S3 bucket.public void setOutputStartIndex(Integer outputStartIndex)
Shows the output start index value for your subtitle files. If you did not specify a value in your request, the
default value of 0 is used.
outputStartIndex - Shows the output start index value for your subtitle files. If you did not specify a value in your
request, the default value of 0 is used.public Integer getOutputStartIndex()
Shows the output start index value for your subtitle files. If you did not specify a value in your request, the
default value of 0 is used.
0 is used.public SubtitlesOutput withOutputStartIndex(Integer outputStartIndex)
Shows the output start index value for your subtitle files. If you did not specify a value in your request, the
default value of 0 is used.
outputStartIndex - Shows the output start index value for your subtitle files. If you did not specify a value in your
request, the default value of 0 is used.public String toString()
toString in class ObjectObject.toString()public SubtitlesOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.