Uses of Class
com.azure.ai.documentintelligence.models.DocumentContentFormat
Package
Description
Package containing the data models for DocumentIntelligence.
-
Uses of DocumentContentFormat in com.azure.ai.documentintelligence.models
Modifier and TypeFieldDescriptionstatic final DocumentContentFormat
DocumentContentFormat.MARKDOWN
Markdown representation of the document content with section headings, tables, etc.static final DocumentContentFormat
DocumentContentFormat.TEXT
Plain text representation of the document content without any formatting.Modifier and TypeMethodDescriptionstatic DocumentContentFormat
DocumentContentFormat.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.Modifier and TypeMethodDescriptionstatic Collection
<DocumentContentFormat> DocumentContentFormat.values()
Gets known DocumentContentFormat values.Modifier and TypeMethodDescriptionAnalyzeBatchDocumentsOptions.setOutputContentFormat
(DocumentContentFormat outputContentFormat) Sets the output content format.AnalyzeDocumentOptions.setOutputContentFormat
(DocumentContentFormat outputContentFormat) Sets the output content format.