public static interface Scte27SourceSettings.Builder extends SdkPojo, CopyableBuilder<Scte27SourceSettings.Builder,Scte27SourceSettings>
| Modifier and Type | Method and Description |
|---|---|
Scte27SourceSettings.Builder |
ocrLanguage(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.Builder |
ocrLanguage(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.Builder |
pid(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".
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScte27SourceSettings.Builder ocrLanguage(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.Scte27OcrLanguage,
Scte27OcrLanguageScte27SourceSettings.Builder ocrLanguage(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.Scte27OcrLanguage,
Scte27OcrLanguageScte27SourceSettings.Builder pid(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.Copyright © 2022. All rights reserved.