Uses of Class
com.azure.ai.documentintelligence.models.AnalyzeOutputFormat
Package
Description
Package containing the data models for DocumentIntelligence.
-
Uses of AnalyzeOutputFormat in com.azure.ai.documentintelligence.models
Modifier and TypeFieldDescriptionstatic final AnalyzeOutputFormat
AnalyzeOutputFormat.FIGURES
Generate cropped images of detected figures.static final AnalyzeOutputFormat
AnalyzeOutputFormat.PDF
Generate searchable PDF output.Modifier and TypeMethodDescriptionstatic AnalyzeOutputFormat
AnalyzeOutputFormat.fromString
(String name) Creates or finds a AnalyzeOutputFormat from its string representation.Modifier and TypeMethodDescriptionAnalyzeBatchDocumentsOptions.getOutput()
Gets the list of output formats.AnalyzeDocumentOptions.getOutput()
Gets the list of output formats.static Collection
<AnalyzeOutputFormat> AnalyzeOutputFormat.values()
Gets known AnalyzeOutputFormat values.Modifier and TypeMethodDescriptionAnalyzeBatchDocumentsOptions.setOutput
(List<AnalyzeOutputFormat> output) Sets the list of output formats.AnalyzeDocumentOptions.setOutput
(List<AnalyzeOutputFormat> output) Sets the list of output formats.