Uses of Class
net.webpdf.wsclient.schema.operation.OcrOutputType
-
Packages that use OcrOutputType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of OcrOutputType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as OcrOutputType Modifier and Type Field Description protected OcrOutputTypeOcrType. outputFormat<?Methods in net.webpdf.wsclient.schema.operation that return OcrOutputType Modifier and Type Method Description static OcrOutputTypeOcrOutputType. fromValue(String v)Gets the enum associated to the value passed as parameter.OcrOutputTypeOcrType. getOutputFormat()<?static OcrOutputTypeOcrOutputType. valueOf(String name)Returns the enum constant of this type with the specified name.static OcrOutputType[]OcrOutputType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.operation with parameters of type OcrOutputType Modifier and Type Method Description voidOcrType. setOutputFormat(OcrOutputType value)Sets the value of the outputFormat property.
-