Interface AnylineJSResult

interface AnylineJSResult {
    fullImage: string;
    result: any;
    scanTime: number;
}

Properties

fullImage: string
result: any
scanTime: number