@Generated(value="software.amazon.awssdk:codegen") public final class Scte27SourceSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Scte27SourceSettings.Builder,Scte27SourceSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Scte27SourceSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Scte27SourceSettings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Scte27OcrLanguage |
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()
The pid field is used in conjunction with the caption selector languageCode field as follows: - Specify PID and
Language: Extracts captions from that PID; the language is "informational".
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Scte27SourceSettings.Builder> |
serializableBuilderClass() |
Scte27SourceSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Scte27OcrLanguage ocrLanguage()
If the service returns an enum value that is not available in the current SDK version, ocrLanguage will
return Scte27OcrLanguage.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
ocrLanguageAsString().
Scte27OcrLanguagepublic final String ocrLanguageAsString()
If the service returns an enum value that is not available in the current SDK version, ocrLanguage will
return Scte27OcrLanguage.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
ocrLanguageAsString().
Scte27OcrLanguagepublic final Integer pid()
public Scte27SourceSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Scte27SourceSettings.Builder,Scte27SourceSettings>public static Scte27SourceSettings.Builder builder()
public static Class<? extends Scte27SourceSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.