Uses of Class
net.webpdf.wsclient.schema.operation.OcrLanguageType
-
Packages that use OcrLanguageType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of OcrLanguageType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as OcrLanguageType Modifier and Type Field Description protected OcrLanguageTypeOcrType. languageMethods in net.webpdf.wsclient.schema.operation that return OcrLanguageType Modifier and Type Method Description static OcrLanguageTypeOcrLanguageType. fromValue(String v)OcrLanguageTypeOcrType. getLanguage()Gets the value of the language property.static OcrLanguageTypeOcrLanguageType. valueOf(String name)Returns the enum constant of this type with the specified name.static OcrLanguageType[]OcrLanguageType. 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 OcrLanguageType Modifier and Type Method Description voidOcrType. setLanguage(OcrLanguageType value)Sets the value of the language property.
-