Class AnalyzeOutputFormat
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AnalyzeOutputFormat>
com.azure.ai.documentintelligence.models.AnalyzeOutputFormat
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class AnalyzeOutputFormat
extends com.azure.core.util.ExpandableStringEnum<AnalyzeOutputFormat>
Additional output to generate during analysis.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AnalyzeOutputFormat
Generate cropped images of detected figures.static final AnalyzeOutputFormat
Generate searchable PDF output. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AnalyzeOutputFormat
fromString
(String name) Creates or finds a AnalyzeOutputFormat from its string representation.static Collection
<AnalyzeOutputFormat> values()
Gets known AnalyzeOutputFormat values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
PDF
Generate searchable PDF output. -
FIGURES
Generate cropped images of detected figures.
-
-
Constructor Details
-
AnalyzeOutputFormat
Deprecated.Use thefromString(String)
factory method.Creates a new instance of AnalyzeOutputFormat value.
-
-
Method Details
-
fromString
Creates or finds a AnalyzeOutputFormat from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding AnalyzeOutputFormat.
-
values
Gets known AnalyzeOutputFormat values.- Returns:
- known AnalyzeOutputFormat values.
-
fromString(String)
factory method.