Uses of Class
net.webpdf.wsclient.openapi.OperationOcr.LanguageEnum
-
Packages that use OperationOcr.LanguageEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationOcr.LanguageEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationOcr.LanguageEnum Modifier and Type Method Description static OperationOcr.LanguageEnumOperationOcr.LanguageEnum. fromValue(String value)@Nullable OperationOcr.LanguageEnumOperationOcr. getLanguage()Used to specify the language for the output document (PDF/image).static OperationOcr.LanguageEnumOperationOcr.LanguageEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationOcr.LanguageEnum[]OperationOcr.LanguageEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi with parameters of type OperationOcr.LanguageEnum Modifier and Type Method Description OperationOcrOperationOcr. language(OperationOcr.LanguageEnum language)voidOperationOcr. setLanguage(OperationOcr.LanguageEnum language)
-