OcrDocumentScanResult Class

This class contains the OCR document scan result. It stores the OCR Document Scan Result ID and the page number of the extracted text.

Namespace

documentreader

OcrDocumentScanResult Properties

The following are properties for OcrDocumentScanResult.

ocrDocumentScanResultId

The ID of the OCR document scan result.

Signature

public String ocrDocumentScanResultId {get; set;}

Property Value

Type: String

pageNumber

The page number of the document with which the OCR document scan result is associated.

Signature

public Integer pageNumber {get; set;}

Property Value

Type: Integer