Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

OcrTargetObject Class

This class contains the details of the OCR target object that is associated with an OCR template.

Namespace

documentreader

OcrTargetObject Properties

The following are properties for OcrTargetObject.

ocrTargetObjectId

The ID of the OCR target object.

Signature

public String ocrTargetObjectId {get; set;}

Property Value

Type: String

targetObject

The name of the target object to which information from a form is mapped.

Signature

public String targetObject {get; set;}

Property Value

Type: String

targetObjectRecordType

The developer name of the record type.

Signature

public String targetObjectRecordType {get; set;}

Property Value

Type: String