@Generated(value="software.amazon.awssdk:codegen") public final class Captions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Captions.Builder,Captions>
The captions to be created, if any.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Captions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Captions.Builder |
builder() |
List<CaptionFormat> |
captionFormats()
The array of file formats for the output captions.
|
List<CaptionSource> |
captionSources()
Deprecated.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCaptionFormats()
For responses, this returns true if the service returned a value for the CaptionFormats property.
|
boolean |
hasCaptionSources()
Deprecated.
|
int |
hashCode() |
String |
mergePolicy()
Deprecated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Captions.Builder> |
serializableBuilderClass() |
Captions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopy@Deprecated public final String mergePolicy()
A policy that determines how Elastic Transcoder handles the existence of multiple captions.
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions
for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the
embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty,
Elastic Transcoder omits all sidecar captions from the output files.
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in
CaptionSources.
MergePolicy cannot be null.
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If
captions for a language are embedded in the input file and also appear in a sidecar file, Elastic
Transcoder uses the embedded captions and ignores the sidecar captions for that language. If
CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output
files.
Override: Elastic Transcoder transcodes only the sidecar captions that you specify in
CaptionSources.
MergePolicy cannot be null.
@Deprecated public final boolean hasCaptionSources()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.@Deprecated public final List<CaptionSource> captionSources()
Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions,
leave CaptionSources blank.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasCaptionSources() method.
CaptionSources blank.public final boolean hasCaptionFormats()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<CaptionFormat> captionFormats()
The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasCaptionFormats() method.
public Captions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Captions.Builder,Captions>public static Captions.Builder builder()
public static Class<? extends Captions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.