Поделиться через


AnalyzeOutputFormat Class

public final class AnalyzeOutputFormat
extends ExpandableStringEnum<AnalyzeOutputFormat>

Additional output to generate during analysis.

Field Summary

Modifier and Type Field and Description
static final AnalyzeOutputFormat FIGURES

Generate cropped images of detected figures.

static final AnalyzeOutputFormat PDF

Generate searchable PDF output.

Constructor Summary

Constructor Description
AnalyzeOutputFormat()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AnalyzeOutputFormat value.

Method Summary

Modifier and Type Method and Description
static AnalyzeOutputFormat fromString(String name)

Creates or finds a AnalyzeOutputFormat from its string representation.

static Collection<AnalyzeOutputFormat> values()

Gets known AnalyzeOutputFormat values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

FIGURES

public static final AnalyzeOutputFormat FIGURES

Generate cropped images of detected figures.

PDF

public static final AnalyzeOutputFormat PDF

Generate searchable PDF output.

Constructor Details

AnalyzeOutputFormat

@Deprecated
public AnalyzeOutputFormat()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AnalyzeOutputFormat value.

Method Details

fromString

public static AnalyzeOutputFormat fromString(String name)

Creates or finds a AnalyzeOutputFormat from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding AnalyzeOutputFormat.

values

public static Collection<AnalyzeOutputFormat> values()

Gets known AnalyzeOutputFormat values.

Returns:

known AnalyzeOutputFormat values.

Applies to