Uses of Class
software.amazon.awssdk.services.medialive.model.Scte27OcrLanguage
-
Packages that use Scte27OcrLanguage Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of Scte27OcrLanguage in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return Scte27OcrLanguage Modifier and Type Method Description static Scte27OcrLanguageScte27OcrLanguage. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.Scte27OcrLanguageScte27SourceSettings. 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 Scte27OcrLanguageScte27OcrLanguage. 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.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type Scte27OcrLanguage Modifier and Type Method Description static Set<Scte27OcrLanguage>Scte27OcrLanguage. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type Scte27OcrLanguage Modifier and Type Method Description Scte27SourceSettings.BuilderScte27SourceSettings.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.
-