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