@Generated(value="software.amazon.awssdk:codegen") public final class CaptionRectangle extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CaptionRectangle.Builder,CaptionRectangle>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CaptionRectangle.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CaptionRectangle.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
height()
See the description in leftOffset.
|
Double |
leftOffset()
Applies only if you plan to convert these source captions to EBU-TT-D or TTML in an output.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CaptionRectangle.Builder> |
serializableBuilderClass() |
CaptionRectangle.Builder |
toBuilder() |
Double |
topOffset()
See the description in leftOffset.
|
String |
toString()
Returns a string representation of this object.
|
Double |
width()
See the description in leftOffset.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double height()
public final Double leftOffset()
public final Double topOffset()
public final Double width()
public CaptionRectangle.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CaptionRectangle.Builder,CaptionRectangle>public static CaptionRectangle.Builder builder()
public static Class<? extends CaptionRectangle.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.