nicecode-v2/packages/biz/lib/BigImageModal/mock.d.ts

246 lines
6.0 KiB
TypeScript

export declare const IMAGE_DATA: {
enAbleDeleteFeature: boolean;
tabsFilter: string[];
selectIndex: number;
disableBtn: number[];
dataSource: {
objectId: string;
condition: {
featureInfo: null;
featureData: string;
imageData: string;
alg: string;
rect: {
x: number;
y: number;
w: number;
h: number;
};
objectImageUrl: string;
srcImageUrl: string;
};
score: number;
timestamp: number;
deviceId: string;
id: string;
name: string;
dirid: string;
status: string;
longitude: number;
latitude: number;
caseId: string;
caseGroup: string;
isDeleted: string;
objectIndex: {
objectId: string;
solutionId: string;
deviceId: string;
fragmentId: string;
};
objectType: string;
isObjectTrack: boolean;
pathId: string;
frameInfo: {
frameId: string;
frameTimestamp: string;
width: number;
height: number;
originWidth: number;
originHeight: number;
offsetTime: string;
skipNumber: string;
};
level: number;
bboxInFrame: {
x: number;
y: number;
w: number;
h: number;
};
bboxExtInFrame: {
x: number;
y: number;
w: number;
h: number;
};
objectImageKey: string;
objectExtImageKey: string;
frameImageKey: string;
confidence: number;
sourceObjectId: string;
storeTimestamp: string;
gbNumber: string;
qualityScore: number;
subObjectCount: number;
subObjectType: string[];
subObjectIds: string[];
solutionId: string;
fragmentId: string;
contrastKey: string;
compaterImages: string[];
imgSummary: string;
imageKey: string;
srcImageUrl: string;
algorithmVersion: string;
cameraId: string;
cameraName: string;
}[];
isArchiveDetail: boolean;
ToolProps: {
renderVideoBtn: boolean;
disableVideo: boolean;
};
specialTitle: string;
};
export declare const BIG_IMAGE_DATA: ({
imageKey: string;
imgSummary: string;
flvUrl: string;
compaterImages: string[];
odRect: {
x: number;
y: number;
w: number;
h: number;
};
attachImg: {
url: string;
label: string;
}[];
score: string;
showScore: boolean;
cameraPosition: string;
time: string;
objects: {
objectIndex: {
objectId: string;
solutionId: string;
deviceId: string;
fragmentId: string;
};
objectType: string;
sourceObjectId: string;
level: number;
confidence: number;
frameInfo: {
frameId: string;
frameTimestamp: string;
width: number;
height: number;
originWidth: number;
originHeight: number;
offsetTime: string;
skipNumber: string;
};
infoOnSource: {
bboxInFrame: {
bboxRatio: {
x: number;
y: number;
w: number;
h: number;
};
};
countInSource: number;
indexInSource: number;
};
qualityScore: number;
}[];
} | {
imageKey: string;
imgSummary: string;
odRect: {
x: number;
y: number;
w: number;
h: number;
};
attachImg: {
url: string;
label: string;
}[];
flvUrl: string;
score: number;
showScore: boolean;
cameraPosition: string;
time: string;
objects: ({
objectIndex: {
objectId: string;
solutionId: string;
deviceId: string;
fragmentId: string;
};
objectType: string;
sourceObjectId: string;
frameInfo: {
frameId: string;
frameTimestamp: string;
width: number;
height: number;
originWidth: number;
originHeight: number;
offsetTime: string;
skipNumber: string;
};
infoOnSource: {
bboxInFrame: {
bboxRatio: {
x: number;
y: number;
w: number;
h: number;
};
};
countInSource: number;
indexInSource: number;
};
qualityScore: number;
level?: undefined;
confidence?: undefined;
} | {
objectIndex: {
objectId: string;
solutionId: string;
deviceId: string;
fragmentId: string;
};
objectType: string;
sourceObjectId: string;
level: number;
confidence: number;
frameInfo: {
frameId: string;
frameTimestamp: string;
width: number;
height: number;
originWidth: number;
originHeight: number;
offsetTime: string;
skipNumber: string;
};
infoOnSource: {
bboxInFrame: {
bboxRatio: {
x: number;
y: number;
w: number;
h: number;
};
};
countInSource: number;
indexInSource: number;
};
qualityScore: number;
})[];
compaterImages?: undefined;
})[];
export declare const attributeList: {
title: string;
children: {
key: string;
label: string;
children: string;
}[];
}[];