@Generated(value="software.amazon.awssdk:codegen") public final class BurninDestinationSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BurninDestinationSettings.Builder,BurninDestinationSettings>
Modifier and Type | Class and Description |
---|---|
static interface |
BurninDestinationSettings.Builder |
Modifier and Type | Method and Description |
---|---|
BurninSubtitleAlignment |
alignment()
If no explicit x_position or y_position is provided, setting alignment to centered will place the captions at the
bottom center of the output.
|
String |
alignmentAsString()
If no explicit x_position or y_position is provided, setting alignment to centered will place the captions at the
bottom center of the output.
|
BurninSubtitleBackgroundColor |
backgroundColor()
Specifies the color of the rectangle behind the captions.
|
String |
backgroundColorAsString()
Specifies the color of the rectangle behind the captions.
|
Integer |
backgroundOpacity()
Specifies the opacity of the background rectangle.
|
static BurninDestinationSettings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
BurninSubtitleFontColor |
fontColor()
Specifies the color of the burned-in captions.
|
String |
fontColorAsString()
Specifies the color of the burned-in captions.
|
Integer |
fontOpacity()
Specifies the opacity of the burned-in captions.
|
Integer |
fontResolution()
Font resolution in DPI (dots per inch); default is 96 dpi.
|
FontScript |
fontScript()
Provide the font script, using an ISO 15924 script code, if the LanguageCode is not sufficient for determining
the script type.
|
String |
fontScriptAsString()
Provide the font script, using an ISO 15924 script code, if the LanguageCode is not sufficient for determining
the script type.
|
Integer |
fontSize()
A positive integer indicates the exact font size in points.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
BurninSubtitleOutlineColor |
outlineColor()
Specifies font outline color.
|
String |
outlineColorAsString()
Specifies font outline color.
|
Integer |
outlineSize()
Specifies font outline size in pixels.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BurninDestinationSettings.Builder> |
serializableBuilderClass() |
BurninSubtitleShadowColor |
shadowColor()
Specifies the color of the shadow cast by the captions.
|
String |
shadowColorAsString()
Specifies the color of the shadow cast by the captions.
|
Integer |
shadowOpacity()
Specifies the opacity of the shadow.
|
Integer |
shadowXOffset()
Specifies the horizontal offset of the shadow relative to the captions in pixels.
|
Integer |
shadowYOffset()
Specifies the vertical offset of the shadow relative to the captions in pixels.
|
BurninSubtitleTeletextSpacing |
teletextSpacing()
Only applies to jobs with input captions in Teletext or STL formats.
|
String |
teletextSpacingAsString()
Only applies to jobs with input captions in Teletext or STL formats.
|
BurninDestinationSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
xPosition()
Specifies the horizontal position of the caption relative to the left side of the output in pixels.
|
Integer |
yPosition()
Specifies the vertical position of the caption relative to the top of the output in pixels.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final BurninSubtitleAlignment alignment()
If the service returns an enum value that is not available in the current SDK version, alignment
will
return BurninSubtitleAlignment.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from alignmentAsString()
.
BurninSubtitleAlignment
public final String alignmentAsString()
If the service returns an enum value that is not available in the current SDK version, alignment
will
return BurninSubtitleAlignment.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from alignmentAsString()
.
BurninSubtitleAlignment
public final BurninSubtitleBackgroundColor backgroundColor()
If the service returns an enum value that is not available in the current SDK version, backgroundColor
will return BurninSubtitleBackgroundColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service
is available from backgroundColorAsString()
.
BurninSubtitleBackgroundColor
public final String backgroundColorAsString()
If the service returns an enum value that is not available in the current SDK version, backgroundColor
will return BurninSubtitleBackgroundColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service
is available from backgroundColorAsString()
.
BurninSubtitleBackgroundColor
public final Integer backgroundOpacity()
public final BurninSubtitleFontColor fontColor()
If the service returns an enum value that is not available in the current SDK version, fontColor
will
return BurninSubtitleFontColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from fontColorAsString()
.
BurninSubtitleFontColor
public final String fontColorAsString()
If the service returns an enum value that is not available in the current SDK version, fontColor
will
return BurninSubtitleFontColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from fontColorAsString()
.
BurninSubtitleFontColor
public final Integer fontOpacity()
public final Integer fontResolution()
public final FontScript fontScript()
If the service returns an enum value that is not available in the current SDK version, fontScript
will
return FontScript.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
fontScriptAsString()
.
FontScript
public final String fontScriptAsString()
If the service returns an enum value that is not available in the current SDK version, fontScript
will
return FontScript.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
fontScriptAsString()
.
FontScript
public final Integer fontSize()
public final BurninSubtitleOutlineColor outlineColor()
If the service returns an enum value that is not available in the current SDK version, outlineColor
will
return BurninSubtitleOutlineColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from outlineColorAsString()
.
BurninSubtitleOutlineColor
public final String outlineColorAsString()
If the service returns an enum value that is not available in the current SDK version, outlineColor
will
return BurninSubtitleOutlineColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from outlineColorAsString()
.
BurninSubtitleOutlineColor
public final Integer outlineSize()
public final BurninSubtitleShadowColor shadowColor()
If the service returns an enum value that is not available in the current SDK version, shadowColor
will
return BurninSubtitleShadowColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from shadowColorAsString()
.
BurninSubtitleShadowColor
public final String shadowColorAsString()
If the service returns an enum value that is not available in the current SDK version, shadowColor
will
return BurninSubtitleShadowColor.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from shadowColorAsString()
.
BurninSubtitleShadowColor
public final Integer shadowOpacity()
public final Integer shadowXOffset()
public final Integer shadowYOffset()
public final BurninSubtitleTeletextSpacing teletextSpacing()
If the service returns an enum value that is not available in the current SDK version, teletextSpacing
will return BurninSubtitleTeletextSpacing.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service
is available from teletextSpacingAsString()
.
BurninSubtitleTeletextSpacing
public final String teletextSpacingAsString()
If the service returns an enum value that is not available in the current SDK version, teletextSpacing
will return BurninSubtitleTeletextSpacing.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service
is available from teletextSpacingAsString()
.
BurninSubtitleTeletextSpacing
public final Integer xPosition()
public final Integer yPosition()
public BurninDestinationSettings.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<BurninDestinationSettings.Builder,BurninDestinationSettings>
public static BurninDestinationSettings.Builder builder()
public static Class<? extends BurninDestinationSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.