Type alias DocumentScannerScanResponse

DocumentScannerScanResponse: {
    originalImage: Image;
    result: DocumentScanningResult;
}

Type declaration

Generated using TypeDoc