|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.appengine.api.conversion.ConversionOptions.Builder
public static final class ConversionOptions.Builder
Provides static creation methods for ConversionOptions
.
Method Summary | |
---|---|
static ConversionOptions |
withDefaults()
Returns a ConversionOptions with default values. |
static ConversionOptions |
withFirstPage(int firstPage)
Returns a ConversionOptions with specified number of first page. |
static ConversionOptions |
withImageWidth(int imageWidth)
Returns a ConversionOptions with specified output image width. |
static ConversionOptions |
withLastPage(int lastPage)
Returns a ConversionOptions with specified number of last page. |
static ConversionOptions |
withOcrInputLanguage(java.lang.String ocrInputLanguage)
Returns a ConversionOptions with specified language code for OCR. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ConversionOptions withDefaults()
ConversionOptions
with default values.
public static ConversionOptions withImageWidth(int imageWidth)
ConversionOptions
with specified output image width.
public static ConversionOptions withFirstPage(int firstPage)
ConversionOptions
with specified number of first page.
public static ConversionOptions withLastPage(int lastPage)
ConversionOptions
with specified number of last page.
public static ConversionOptions withOcrInputLanguage(java.lang.String ocrInputLanguage)
ConversionOptions
with specified language code for OCR.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |