Data Store Document Processing Config Args
data class DataStoreDocumentProcessingConfigArgs(val defaultParsingConfig: Output<DataStoreDocumentProcessingConfigDefaultParsingConfigArgs>? = null, val name: Output<String>? = null, val parsingConfigOverrides: Output<List<DataStoreDocumentProcessingConfigParsingConfigOverrideArgs>>? = null) : ConvertibleToJava<DataStoreDocumentProcessingConfigArgs>
Constructors
Link copied to clipboard
constructor(defaultParsingConfig: Output<DataStoreDocumentProcessingConfigDefaultParsingConfigArgs>? = null, name: Output<String>? = null, parsingConfigOverrides: Output<List<DataStoreDocumentProcessingConfigParsingConfigOverrideArgs>>? = null)
Properties
Link copied to clipboard
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.
Link copied to clipboard
val parsingConfigOverrides: Output<List<DataStoreDocumentProcessingConfigParsingConfigOverrideArgs>>? = null
Map from file type to override the default parsing configuration based on the file type. Supported keys: