Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
-
Packages that use OCRSupportedLocale Package Description com.adobe.pdfservices.operation.pdfjobs.params.ocr Contains the param classes forOCRJob. -
-
Uses of OCRSupportedLocale in com.adobe.pdfservices.operation.pdfjobs.params.ocr
Methods in com.adobe.pdfservices.operation.pdfjobs.params.ocr that return OCRSupportedLocale Modifier and Type Method Description OCRSupportedLocaleOCRParams. getOCRLocale()Returns theOCRSupportedLocaleto be used for OCR.static OCRSupportedLocaleOCRSupportedLocale. valueOf(String name)Returns the enum constant of this type with the specified name.static OCRSupportedLocale[]OCRSupportedLocale. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adobe.pdfservices.operation.pdfjobs.params.ocr with parameters of type OCRSupportedLocale Modifier and Type Method Description OCRParams.BuilderOCRParams.Builder. withOCRLocale(OCRSupportedLocale ocrSupportedLocale)Sets input language to be used for OCR, specified byOCRSupportedLocale.
-