Type alias DocumentDataExtractorRunResponse

DocumentDataExtractorRunResponse: {
    originalImage: Image;
    result: DocumentDataExtractionResult;
}

Type declaration

Generated using TypeDoc