public class OcrType extends Object
Java class for OcrType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OcrType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="page" type="{http://schema.webpdf.de/1.0/operation}OcrPageType" minOccurs="0"/>
</all>
<attribute name="language" type="{http://schema.webpdf.de/1.0/operation}OcrLanguageType" default="eng" />
<attribute name="outputFormat" default="pdf">
<simpleType>
<restriction base="{http://schema.webpdf.de/1.0/operation}OcrOutputType">
</restriction>
</simpleType>
</attribute>
<attribute name="checkResolution" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="imageDpi" default="200">
<simpleType>
<restriction base="{http://schema.webpdf.de/1.0/operation}DpiType">
</restriction>
</simpleType>
</attribute>
<attribute name="forceEachPage" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
checkResolution |
protected Boolean |
forceEachPage |
protected Integer |
imageDpi |
protected OcrLanguageType |
language |
protected OcrOutputType |
outputFormat |
protected OcrPageType |
page |
| Constructor and Description |
|---|
OcrType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getImageDpi()
Gets the value of the imageDpi property.
|
OcrLanguageType |
getLanguage()
Gets the value of the language property.
|
OcrOutputType |
getOutputFormat()
Gets the value of the outputFormat property.
|
OcrPageType |
getPage()
Gets the value of the page property.
|
boolean |
isCheckResolution()
Gets the value of the checkResolution property.
|
boolean |
isForceEachPage()
Gets the value of the forceEachPage property.
|
boolean |
isSetCheckResolution() |
boolean |
isSetForceEachPage() |
boolean |
isSetImageDpi() |
boolean |
isSetLanguage() |
boolean |
isSetOutputFormat() |
boolean |
isSetPage() |
void |
setCheckResolution(boolean value)
Sets the value of the checkResolution property.
|
void |
setForceEachPage(boolean value)
Sets the value of the forceEachPage property.
|
void |
setImageDpi(int value)
Sets the value of the imageDpi property.
|
void |
setLanguage(OcrLanguageType value)
Sets the value of the language property.
|
void |
setOutputFormat(OcrOutputType value)
Sets the value of the outputFormat property.
|
void |
setPage(OcrPageType value)
Sets the value of the page property.
|
void |
unsetCheckResolution() |
void |
unsetForceEachPage() |
void |
unsetImageDpi() |
protected OcrPageType page
protected OcrLanguageType language
protected OcrOutputType outputFormat
protected Boolean checkResolution
protected Integer imageDpi
protected Boolean forceEachPage
public OcrPageType getPage()
OcrPageTypepublic void setPage(OcrPageType value)
value - allowed object is
OcrPageTypepublic boolean isSetPage()
public OcrLanguageType getLanguage()
OcrLanguageTypepublic void setLanguage(OcrLanguageType value)
value - allowed object is
OcrLanguageTypepublic boolean isSetLanguage()
public OcrOutputType getOutputFormat()
OcrOutputTypepublic void setOutputFormat(OcrOutputType value)
value - allowed object is
OcrOutputTypepublic boolean isSetOutputFormat()
public boolean isCheckResolution()
Booleanpublic void setCheckResolution(boolean value)
value - allowed object is
Booleanpublic boolean isSetCheckResolution()
public void unsetCheckResolution()
public int getImageDpi()
Integerpublic void setImageDpi(int value)
value - allowed object is
Integerpublic boolean isSetImageDpi()
public void unsetImageDpi()
public boolean isForceEachPage()
Booleanpublic void setForceEachPage(boolean value)
value - allowed object is
Booleanpublic boolean isSetForceEachPage()
public void unsetForceEachPage()
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.