default Parsing Config
suspend fun defaultParsingConfig(value: Output<DataStoreDocumentProcessingConfigDefaultParsingConfigArgs>)
Parameters
value
Configurations for default Document parser. If not specified, this resource will be configured to use a default DigitalParsingConfig, and the default parsing config will be applied to all file types for Document parsing. Structure is documented below.
suspend fun defaultParsingConfig(argument: suspend DataStoreDocumentProcessingConfigDefaultParsingConfigArgsBuilder.() -> Unit)
Parameters
argument
Configurations for default Document parser. If not specified, this resource will be configured to use a default DigitalParsingConfig, and the default parsing config will be applied to all file types for Document parsing. Structure is documented below.