Skip to main content

Interface: BulkScanResult

Defined in: src/airs/types.ts:84

A normalized async result with its stable input position and AIRS request ID.

Extends​

Properties​

action​

action: BulkScanAction

Defined in: src/airs/types.ts:87


category​

category: string

Defined in: src/airs/types.ts:55

Inherited from​

RuntimeScanResult.category


detections​

detections: Record<string, boolean>

Defined in: src/airs/types.ts:57

Inherited from​

RuntimeScanResult.detections


error?​

optional error?: string

Defined in: src/airs/types.ts:58

Inherited from​

RuntimeScanResult.error


index​

index: number

Defined in: src/airs/types.ts:85


prompt​

prompt: string

Defined in: src/airs/types.ts:50

Inherited from​

RuntimeScanResult.prompt


reportId​

reportId: string

Defined in: src/airs/types.ts:53

Inherited from​

RuntimeScanResult.reportId


reqId​

reqId: number

Defined in: src/airs/types.ts:86


response?​

optional response?: string

Defined in: src/airs/types.ts:51

Inherited from​

RuntimeScanResult.response


scanId​

scanId: string

Defined in: src/airs/types.ts:52

Inherited from​

RuntimeScanResult.scanId


triggered​

triggered: boolean

Defined in: src/airs/types.ts:56

Inherited from​

RuntimeScanResult.triggered