Web Measurement Embedded App (WMEA) - v0.1.0-beta.15
    Preparing search index...
    interface ResultsError {
        Code: "OK" | "WORKER_ERROR" | "LIVENESS_ERROR" | "ANALYSIS_ERROR";
        Errors: { [x: string]: { msgs: string[] } };
    }
    Index

    Properties

    Properties

    Code: "OK" | "WORKER_ERROR" | "LIVENESS_ERROR" | "ANALYSIS_ERROR"
    Errors: { [x: string]: { msgs: string[] } }