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