Uses of Enum Class
com.datalogics.PDFL.Performance
Packages that use Performance
-
Uses of Performance in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return PerformanceModifier and TypeMethodDescriptionOCRParams.getPerformance()The desired engine performance.static PerformanceReturns the enum constant of this class with the specified name.static Performance[]Performance.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.datalogics.PDFL with parameters of type PerformanceModifier and TypeMethodDescriptionvoidOCRParams.setPerformance(Performance performance) The desired engine performance.