AnalyzeOutputFormat Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. ai. documentintelligence. models. AnalyzeOutputFormat
- com.
- com.
public final class AnalyzeOutputFormat
extends ExpandableStringEnum<AnalyzeOutputFormat>
Additional output to generate during analysis.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Analyze |
FIGURES
Generate cropped images of detected figures. |
|
static final
Analyze |
PDF
Generate searchable PDF output. |
Constructor Summary
| Constructor | Description |
|---|---|
| AnalyzeOutputFormat() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Analyze |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Analyze |
fromString(String name)
Creates or finds a Analyze |
|
static
Collection<Analyze |
values()
Gets known Analyze |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FIGURES
public static final AnalyzeOutputFormat FIGURES
Generate cropped images of detected figures.
public static final AnalyzeOutputFormat PDF
Generate searchable PDF output.
Constructor Details
AnalyzeOutputFormat
@Deprecated
public AnalyzeOutputFormat()
Deprecated
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:
Returns:
values
public static Collection<AnalyzeOutputFormat> values()
Gets known AnalyzeOutputFormat values.
Returns: