Uses of Class
com.azure.ai.documentintelligence.models.ContentFormat
Package
Description
Package containing the classes for DocumentIntelligence.
Package containing the data models for DocumentIntelligence.
-
Uses of ContentFormat in com.azure.ai.documentintelligence
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<AnalyzeResultOperation,
AnalyzeResultOperation> DocumentIntelligenceAsyncClient.beginAnalyzeDocument
(String modelId, String pages, String locale, StringIndexType stringIndexType, List<DocumentAnalysisFeature> features, List<String> queryFields, ContentFormat outputContentFormat, AnalyzeDocumentRequest analyzeRequest) Analyzes document with document model.com.azure.core.util.polling.SyncPoller<AnalyzeResultOperation,
AnalyzeResultOperation> DocumentIntelligenceClient.beginAnalyzeDocument
(String modelId, String pages, String locale, StringIndexType stringIndexType, List<DocumentAnalysisFeature> features, List<String> queryFields, ContentFormat outputContentFormat, AnalyzeDocumentRequest analyzeRequest) Analyzes document with document model. -
Uses of ContentFormat in com.azure.ai.documentintelligence.models
Modifier and TypeFieldDescriptionstatic final ContentFormat
ContentFormat.MARKDOWN
Markdown representation of the document content with section headings, tables, etc.static final ContentFormat
ContentFormat.TEXT
Plain text representation of the document content without any formatting.Modifier and TypeMethodDescriptionstatic ContentFormat
ContentFormat.fromString
(String name) Creates or finds a ContentFormat from its string representation.AnalyzeResult.getContentFormat()
Get the contentFormat property: Format of the analyze result top-level content.Modifier and TypeMethodDescriptionstatic Collection<ContentFormat>
ContentFormat.values()
Gets known ContentFormat values.