nicecode-v2/packages/biz/es/BigImageModal/mock.d.ts
2024-01-16 11:44:26 +08:00

295 lines
8.2 KiB
TypeScript

export declare const IMAGE_DATA: {
enAbleDeleteFeature: boolean;
tabsFilter: string[];
dataSources: {
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;
extendInfo: {
vmsPlatformId: string;
vmsChannel: string;
vmsCameraDecoderTag: string;
platformPluginType: string;
deviceVender: string;
type: string;
ip: string;
port: string;
username: string;
passwd: string;
rtspAddress: string;
facesnapChannel: string;
edgeDeviceSn: string;
platform1400Id: number;
useRtspAddress: boolean;
frameCheck: boolean;
frameRectX: number;
frameRectY: number;
frameRectW: number;
frameRectH: number;
edgeNodeId: string;
processStatus: 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[];
cameraInfo: {
id: string;
name: string;
dirid: string;
status: string;
longitude: number;
latitude: number;
caseId: string;
caseGroup: string;
isDeleted: string;
extendInfo: {
vmsPlatformId: string;
vmsChannel: string;
vmsCameraDecoderTag: string;
platformPluginType: string;
deviceVender: string;
type: string;
ip: string;
port: string;
username: string;
passwd: string;
rtspAddress: string;
facesnapChannel: string;
edgeDeviceSn: string;
platform1400Id: number;
useRtspAddress: boolean;
frameCheck: boolean;
frameRectX: number;
frameRectY: number;
frameRectW: number;
frameRectH: number;
edgeNodeId: string;
processStatus: string;
};
};
solutionId: string;
fragmentId: string;
contrastKey: string;
compaterImages: string[];
imgSummary: string;
imageKey: string;
srcImageUrl: string;
algorithmVersion: string;
cameraId: string;
cameraName: 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;
extendInfo: {
vmsPlatformId: string;
vmsChannel: string;
vmsCameraDecoderTag: string;
platformPluginType: string;
deviceVender: string;
type: string;
ip: string;
port: string;
username: string;
passwd: string;
rtspAddress: string;
facesnapChannel: string;
edgeDeviceSn: string;
platform1400Id: number;
useRtspAddress: boolean;
frameCheck: boolean;
frameRectX: number;
frameRectY: number;
frameRectW: number;
frameRectH: number;
edgeNodeId: string;
processStatus: 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[];
cameraInfo: {
id: string;
name: string;
dirid: string;
status: string;
longitude: number;
latitude: number;
caseId: string;
caseGroup: string;
isDeleted: string;
extendInfo: {
vmsPlatformId: string;
vmsChannel: string;
vmsCameraDecoderTag: string;
platformPluginType: string;
deviceVender: string;
type: string;
ip: string;
port: string;
username: string;
passwd: string;
rtspAddress: string;
facesnapChannel: string;
edgeDeviceSn: string;
platform1400Id: number;
useRtspAddress: boolean;
frameCheck: boolean;
frameRectX: number;
frameRectY: number;
frameRectW: number;
frameRectH: number;
edgeNodeId: string;
processStatus: 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;
};