Salesforce Health Cloud Developer Guide
Summer '26 (API version 67.0)
Spring '26 (API version 66.0)
Winter '26 (API version 65.0)
Summer '25 (API version 64.0)
Spring '25 (API version 63.0)
Winter '25 (API version 62.0)
Summer '24 (API version 61.0)
Spring '24 (API version 60.0)
Winter '24 (API version 59.0)
Summer '23 (API version 58.0)
Spring '23 (API version 57.0)
Winter '23 (API version 56.0)
Summer '22 (API version 55.0)
Spring '22 (API version 54.0)
Winter '22 (API version 53.0)
Summer '21 (API version 52.0)
Spring '21 (API version 51.0)
Winter '21 (API version 50.0)
Summer '20 (API version 49.0)
Spring '20 (API version 48.0)
Winter '20 (API version 47.0)
Summer '19 (API version 46.0)
Spring '19 (API version 45.0)
Winter '19 (API version 44.0)
Summer '18 (API version 43.0)
Spring '18 (API version 42.0)
Winter '18 (API version 41.0)
Summer '17 (API version 40.0)
Spring '17 (API version 39.0)
Winter '17 (API version 38.0)
Summer '16 (API version 37.0)
BatchProcessor
BatchProcessor
Health Cloud FHIR APIs
MuleSoft Direct Integrations
API End-of-Life Policy
DocumentAI Namespace
The DocumentAI namespace provides classes for
Document AI to process and extract data from documents, including configurations for duplicate
detection, post-transformation, and post-save processing.
-
Error
Represents an error encountered during Document AI processing. -
DuplicateRuleConfiguration
Represents the configuration used to perform duplicate detection during Document AI processing. -
DuplicateObjectConfiguration
Represents the duplicate detection configuration for a specific entity in Document AI processing. -
PostTransformInput
Represents the input payload provided to the Document AI post-transform process. -
PostTransformResult
Represents the output returned from the Document AI post-transform process. -
ExtractionMetadata
Represents additional metadata returned during Document AI processing, including matching resolution details and manual review requirements. -
Node
Represents a structured entity node in Document AI processing, containing object details, extracted attributes, and potential matching record information. -
MatchingRecord
Represents a potential existing record identified during Document AI matching or duplicate detection. -
Attribute
Represents an extracted field-level attribute within a Document AI node, including its value, metadata, confidence score, and potential matching information. -
PostSaveInput
Represents the input payload for the Document AI post-save process, containing version information and saved record details. -
SavedRecordDetail
Represents a record that was created or updated during Document AI processing and is included in the post-save context. -
PostSaveResult
Represents the output returned from the Document AI post-save process, including status and error details. -
BatchProcessor
This is schedule apex used to schedule the batch job for batch document ai. -
ObjectConfig
A configuration wrapper class for Document AI operations.