anyline-js
    Preparing search index...

    Interface AnylineJSResult

    interface AnylineJSResult {
        fullImage: ImageData | undefined;
        result: any;
        scanTime: number;
    }
    Index

    Properties

    fullImage: ImageData | undefined
    result: any
    scanTime: number