Uses of Class
software.amazon.awssdk.services.medialive.model.DvbSubOcrLanguage
-
Packages that use DvbSubOcrLanguage Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of DvbSubOcrLanguage in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return DvbSubOcrLanguage Modifier and Type Method Description static DvbSubOcrLanguageDvbSubOcrLanguage. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DvbSubOcrLanguageDvbSubSourceSettings. 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 DvbSubOcrLanguageDvbSubOcrLanguage. valueOf(String name)Returns the enum constant of this type with the specified name.static DvbSubOcrLanguage[]DvbSubOcrLanguage. 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 DvbSubOcrLanguage Modifier and Type Method Description static Set<DvbSubOcrLanguage>DvbSubOcrLanguage. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type DvbSubOcrLanguage Modifier and Type Method Description DvbSubSourceSettings.BuilderDvbSubSourceSettings.Builder. ocrLanguage(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.
-