Uses of Class
com.azure.ai.documentintelligence.models.DocumentContentFormat
Packages that use DocumentContentFormat
Package
Description
Package containing the data models for DocumentIntelligence.
-
Uses of DocumentContentFormat in com.azure.ai.documentintelligence.models
Fields in com.azure.ai.documentintelligence.models declared as DocumentContentFormatModifier and TypeFieldDescriptionstatic final DocumentContentFormatDocumentContentFormat.MARKDOWNMarkdown representation of the document content with section headings, tables, etc.static final DocumentContentFormatDocumentContentFormat.TEXTPlain text representation of the document content without any formatting.Methods in com.azure.ai.documentintelligence.models that return DocumentContentFormatModifier and TypeMethodDescriptionstatic DocumentContentFormatDocumentContentFormat.fromString(String name) Creates or finds a DocumentContentFormat from its string representation.AnalyzeResult.getContentFormat()Get the contentFormat property: Format of the analyze result top-level content.AnalyzeBatchDocumentsOptions.getOutputContentFormat()Gets the output content format.AnalyzeDocumentOptions.getOutputContentFormat()Gets the output content format.Methods in com.azure.ai.documentintelligence.models that return types with arguments of type DocumentContentFormatModifier and TypeMethodDescriptionstatic Collection<DocumentContentFormat> DocumentContentFormat.values()Gets known DocumentContentFormat values.Methods in com.azure.ai.documentintelligence.models with parameters of type DocumentContentFormatModifier and TypeMethodDescriptionAnalyzeBatchDocumentsOptions.setOutputContentFormat(DocumentContentFormat outputContentFormat) Sets the output content format.AnalyzeDocumentOptions.setOutputContentFormat(DocumentContentFormat outputContentFormat) Sets the output content format.