Newer Version Available

This content describes an older version of this product. View Latest

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