@Generated(value="software.amazon.awssdk:codegen") public final class DvbSubSourceSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DvbSubSourceSettings.Builder,DvbSubSourceSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DvbSubSourceSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DvbSubSourceSettings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
DvbSubOcrLanguage |
ocrLanguage()
If you will configure a WebVTT caption description that references this caption selector, use this field to
provide the language to consider when translating the image-based source to text.
|
String |
ocrLanguageAsString()
If you will configure a WebVTT caption description that references this caption selector, use this field to
provide the language to consider when translating the image-based source to text.
|
Integer |
pid()
When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the source content.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DvbSubSourceSettings.Builder> |
serializableBuilderClass() |
DvbSubSourceSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DvbSubOcrLanguage ocrLanguage()
If the service returns an enum value that is not available in the current SDK version, ocrLanguage will
return DvbSubOcrLanguage.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
ocrLanguageAsString().
DvbSubOcrLanguagepublic final String ocrLanguageAsString()
If the service returns an enum value that is not available in the current SDK version, ocrLanguage will
return DvbSubOcrLanguage.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
ocrLanguageAsString().
DvbSubOcrLanguagepublic final Integer pid()
public DvbSubSourceSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DvbSubSourceSettings.Builder,DvbSubSourceSettings>public static DvbSubSourceSettings.Builder builder()
public static Class<? extends DvbSubSourceSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.