@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Scte27SourceSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
Scte27SourceSettings() |
| Modifier and Type | Method and Description |
|---|---|
Scte27SourceSettings |
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()
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".
|
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)
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".
|
String |
toString()
Returns a string representation of this object.
|
Scte27SourceSettings |
withOcrLanguage(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.
|
Scte27SourceSettings |
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.
|
Scte27SourceSettings |
withPid(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".
|
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.Scte27OcrLanguagepublic String getOcrLanguage()
Scte27OcrLanguagepublic Scte27SourceSettings 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.Scte27OcrLanguagepublic Scte27SourceSettings withOcrLanguage(Scte27OcrLanguage 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.Scte27OcrLanguagepublic void setPid(Integer pid)
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.public Integer getPid()
public Scte27SourceSettings withPid(Integer pid)
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.public String toString()
toString in class ObjectObject.toString()public Scte27SourceSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.