Interface SBStoreDocumentScannerResponse

interface SBStoreDocumentScannerResponse {
    id: number;
    originalImage: Image;
    result: DocumentScanningResult;
}

Hierarchy

Properties

id: number
originalImage: Image

Generated using TypeDoc