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.

ExtractedValue Class

This class contains the value extracted from the document and its confidence score.

Namespace

documentreader

ExtractedValue Properties

The following are properties for ExtractedValue.

confidence

The confidence score for the extracted value.

Signature

public Double confidence {get; set;}

Property Value

Type: Double

value

The value extracted from the document.

Signature

public String value {get; set;}

Property Value

Type: String