Class Scte27SourceSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.Scte27SourceSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Scte27SourceSettings.Builder,Scte27SourceSettings>
@Generated("software.amazon.awssdk:codegen") public final class Scte27SourceSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Scte27SourceSettings.Builder,Scte27SourceSettings>
Scte27 Source Settings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceScte27SourceSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Scte27SourceSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Scte27OcrLanguageocrLanguage()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.StringocrLanguageAsString()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.Integerpid()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".Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends Scte27SourceSettings.Builder>serializableBuilderClass()Scte27SourceSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
ocrLanguage
public final 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.If the service returns an enum value that is not available in the current SDK version,
ocrLanguagewill returnScte27OcrLanguage.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromocrLanguageAsString().- Returns:
- 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.
- See Also:
Scte27OcrLanguage
-
ocrLanguageAsString
public final 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.If the service returns an enum value that is not available in the current SDK version,
ocrLanguagewill returnScte27OcrLanguage.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromocrLanguageAsString().- Returns:
- 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.
- See Also:
Scte27OcrLanguage
-
pid
public final 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". - Specify PID and omit Language: Extracts the specified PID. - Omit PID and specify Language: Extracts the specified language, whichever PID that happens to be. - Omit PID and omit Language: Valid only if source is DVB-Sub that is being passed through; all languages will be passed through.- Returns:
- 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". - Specify PID and omit Language: Extracts the specified PID. - Omit PID and specify Language: Extracts the specified language, whichever PID that happens to be. - Omit PID and omit Language: Valid only if source is DVB-Sub that is being passed through; all languages will be passed through.
-
toBuilder
public Scte27SourceSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Scte27SourceSettings.Builder,Scte27SourceSettings>
-
builder
public static Scte27SourceSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends Scte27SourceSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-