@regulaforensics/vp-frontend-document-components
    Preparing search index...

    Interface ProcessResponseWithLight

    ProcessResponse

    interface ProcessResponseWithLight {
        ChipPage: RfidLocation;
        ContainerList: ContainerList;
        CoreLibResultCode?: number;
        elapsedTime: number;
        lightType: Light[];
        log?: string;
        metadata?: { [key: string]: any };
        morePagesAvailable: number;
        passBackObject?: { [key: string]: any };
        ProcessingFinished: ProcessingStatus;
        TransactionInfo: TransactionInfo;
    }

    Hierarchy (View Summary)

    Index

    Properties

    ChipPage: RfidLocation

    ProcessResponse

    ContainerList: ContainerList

    ProcessResponse

    CoreLibResultCode?: number

    ProcessResponse

    elapsedTime: number

    Time the document processing has taken, ms.

    ProcessResponse

    lightType: Light[]
    log?: string

    Base64 encoded transaction processing log

    ProcessResponse

    metadata?: { [key: string]: any }

    ProcessResponse

    morePagesAvailable: number

    ProcessResponse

    passBackObject?: { [key: string]: any }

    Free-form object provided in request. See passBackObject property of ProcessRequest.

    ProcessResponse

    ProcessingFinished: ProcessingStatus

    ProcessResponse

    TransactionInfo: TransactionInfo

    ProcessResponse