Table of Contents

Class GenericDocumentRecognizerResult

Namespace
ScanbotSDK.MAUI.GenericDocument
Assembly
DocumentSDK.MAUI.dll
public class GenericDocumentRecognizerResult : BaseResult
Inheritance
GenericDocumentRecognizerResult
Inherited Members

Properties

Documents

Array of recognized documents

public List<GenericDocument> Documents { get; set; }

Property Value

List<GenericDocument>