| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static Scte27OcrLanguage |
Scte27OcrLanguage.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Scte27OcrLanguage |
Scte27SourceSettings.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.
|
static Scte27OcrLanguage |
Scte27OcrLanguage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scte27OcrLanguage[] |
Scte27OcrLanguage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Scte27OcrLanguage> |
Scte27OcrLanguage.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Scte27SourceSettings.Builder |
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.
|
Copyright © 2022. All rights reserved.