document Enrichment Configuration
suspend fun documentEnrichmentConfiguration(value: Output<DataSourceDocumentEnrichmentConfigurationArgs>)
Parameters
value
Provides the configuration information for altering document metadata and content during the document ingestion process. For more information, see Custom document enrichment .
suspend fun documentEnrichmentConfiguration(argument: suspend DataSourceDocumentEnrichmentConfigurationArgsBuilder.() -> Unit)
Parameters
argument
Provides the configuration information for altering document metadata and content during the document ingestion process. For more information, see Custom document enrichment .