@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DvbSubSourceSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
DvbSubSourceSettings() |
| Modifier and Type | Method and Description |
|---|---|
DvbSubSourceSettings |
clone() |
boolean |
equals(Object obj) |
String |
getOcrLanguage()
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 |
getPid()
When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the source content.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setOcrLanguage(String 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.
|
void |
setPid(Integer pid)
When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the source content.
|
String |
toString()
Returns a string representation of this object.
|
DvbSubSourceSettings |
withOcrLanguage(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.
|
DvbSubSourceSettings |
withOcrLanguage(String 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.
|
DvbSubSourceSettings |
withPid(Integer pid)
When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the source content.
|
public void setOcrLanguage(String ocrLanguage)
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.DvbSubOcrLanguagepublic String getOcrLanguage()
DvbSubOcrLanguagepublic DvbSubSourceSettings withOcrLanguage(String ocrLanguage)
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.DvbSubOcrLanguagepublic DvbSubSourceSettings withOcrLanguage(DvbSubOcrLanguage ocrLanguage)
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.DvbSubOcrLanguagepublic void setPid(Integer pid)
pid - When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the source content. Unused for DVB-Sub
passthrough. All DVB-Sub content is passed through, regardless of selectors.public Integer getPid()
public DvbSubSourceSettings withPid(Integer pid)
pid - When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the source content. Unused for DVB-Sub
passthrough. All DVB-Sub content is passed through, regardless of selectors.public String toString()
toString in class ObjectObject.toString()public DvbSubSourceSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.