Uses of Class
com.azure.ai.documentintelligence.models.AnalyzeOutputFormat
Packages that use AnalyzeOutputFormat
Package
Description
Package containing the data models for DocumentIntelligence.
-
Uses of AnalyzeOutputFormat in com.azure.ai.documentintelligence.models
Fields in com.azure.ai.documentintelligence.models declared as AnalyzeOutputFormatModifier and TypeFieldDescriptionstatic final AnalyzeOutputFormatAnalyzeOutputFormat.FIGURESGenerate cropped images of detected figures.static final AnalyzeOutputFormatAnalyzeOutputFormat.PDFGenerate searchable PDF output.Methods in com.azure.ai.documentintelligence.models that return AnalyzeOutputFormatModifier and TypeMethodDescriptionstatic AnalyzeOutputFormatAnalyzeOutputFormat.fromString(String name) Creates or finds a AnalyzeOutputFormat from its string representation.Methods in com.azure.ai.documentintelligence.models that return types with arguments of type AnalyzeOutputFormatModifier 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.Method parameters in com.azure.ai.documentintelligence.models with type arguments of type AnalyzeOutputFormatModifier and TypeMethodDescriptionAnalyzeBatchDocumentsOptions.setOutput(List<AnalyzeOutputFormat> output) Sets the list of output formats.AnalyzeDocumentOptions.setOutput(List<AnalyzeOutputFormat> output) Sets the list of output formats.